Add the ability to clear validation errors

This commit is contained in:
TheXamlGuy
2024-08-01 22:45:10 +01:00
parent 200cc574a0
commit 27be6e632c
+2
View File
@@ -40,6 +40,8 @@ public partial class OpenWalletViewModel :
[RelayCommand]
private async Task Invoke()
{
Validation.Clear();
using (await new ActivityLock(this))
{
bool result = await Mediator.Handle<OpenEventArgs<Wallet<string>>, bool>(Open.As(new Wallet<string>(Password)));