fix: remove stale welcome import command reference
This commit is contained in:
@@ -30,7 +30,6 @@ public partial class WelcomePageV2ViewModel : MailBaseViewModel
|
|||||||
|
|
||||||
[ObservableProperty]
|
[ObservableProperty]
|
||||||
[NotifyCanExecuteChangedFor(nameof(GetStartedCommand))]
|
[NotifyCanExecuteChangedFor(nameof(GetStartedCommand))]
|
||||||
[NotifyCanExecuteChangedFor(nameof(ImportFromWinoAccountCommand))]
|
|
||||||
[NotifyCanExecuteChangedFor(nameof(ImportFromJsonCommand))]
|
[NotifyCanExecuteChangedFor(nameof(ImportFromJsonCommand))]
|
||||||
public partial bool IsImportInProgress { get; set; }
|
public partial bool IsImportInProgress { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user