Got adding working again

This commit is contained in:
TheXamlGuy
2024-05-19 22:21:18 +01:00
parent 21448b7bac
commit 15de406460
29 changed files with 205 additions and 71 deletions
+2 -13
View File
@@ -15,20 +15,9 @@ public partial class ContainerHeaderViewModel :
{
Template = template;
Add<SearchContainerActionViewModel>();
//Add<CreateItemActionViewModel>(scope: true);
Add<CreateItemActionViewModel>(0);
Add<SearchContainerActionViewModel>(2);
}
public IContentTemplate Template { get; set; }
//public Task Handle(RequestEventArgs<Filter<string>> args)
//{
// if (args.Value is Filter<string> filter)
// {
// Value = filter.Value;
// }
// return Task.CompletedTask;
//}
}