Skip to content

Commit

Permalink
Add a back button to the advanced recovery word dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed May 7, 2024
1 parent 8a16824 commit 27f2770
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private RecoverWalletSummaryViewModel(WalletCreationOptions.RecoverWallet option
this.ValidateProperty(x => x.Mnemonics, ValidateMnemonics);
this.ValidateProperty(x => x.MinGapLimit, ValidateMinGapLimit);

EnableBack = false;
EnableBack = true;

var canExecuteNext = this.WhenAnyValue(
x => x.MinGapLimit,
Expand Down

0 comments on commit 27f2770

Please sign in to comment.