fix(SeedPhraseInputView): Submit button should disable when switching tabs

Closes #5388
This commit is contained in:
Alexandra Betouni 2022-04-07 00:47:31 +03:00 committed by Iuri Matias
parent 08c00c8864
commit 61cbaf9d57
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ OnboardingBasePage {
onCurrentIndexChanged: {
root.mnemonicString = "";
root.mnemonicInput = [];
submitButton.enabled = false;
}
}
clip: true