diff --git a/Wino.Mail.ViewModels/WelcomePageV2ViewModel.cs b/Wino.Mail.ViewModels/WelcomePageV2ViewModel.cs index 12c872fc..74c43304 100644 --- a/Wino.Mail.ViewModels/WelcomePageV2ViewModel.cs +++ b/Wino.Mail.ViewModels/WelcomePageV2ViewModel.cs @@ -30,7 +30,6 @@ public partial class WelcomePageV2ViewModel : MailBaseViewModel [ObservableProperty] [NotifyCanExecuteChangedFor(nameof(GetStartedCommand))] - [NotifyCanExecuteChangedFor(nameof(ImportFromWinoAccountCommand))] [NotifyCanExecuteChangedFor(nameof(ImportFromJsonCommand))] public partial bool IsImportInProgress { get; set; }