Improve Publisher

This commit is contained in:
TheXamlGuy
2024-05-14 19:24:07 +01:00
parent 06be638af8
commit 819d796c16
22 changed files with 91 additions and 58 deletions
+1 -2
View File
@@ -20,8 +20,7 @@ public partial class ContainerHeaderViewModel : ObservableCollectionViewModel<st
public IContentTemplate Template { get; set; }
public Task Handle(RequestEventArgs<Filter<string>> args,
CancellationToken cancellationToken = default)
public Task Handle(RequestEventArgs<Filter<string>> args)
{
if (args.Value is Filter<string> filter)
{