Codemaid
This commit is contained in:
@@ -21,6 +21,6 @@ public partial class CreateContainerViewModel(IServiceProvider provider,
|
||||
[ObservableProperty]
|
||||
private string password;
|
||||
|
||||
public async Task<bool> Confirm() =>
|
||||
public async Task<bool> Confirm() =>
|
||||
await Mediator.Handle<CreateEventArgs<ContainerToken>, bool>(Create.As(new ContainerToken(Name, Password)));
|
||||
}
|
||||
Reference in New Issue
Block a user