fix(SeedPhraseInputView): Submit button should disable when switching tabs
Closes #5388
This commit is contained in:
parent
08c00c8864
commit
61cbaf9d57
|
@ -39,6 +39,7 @@ OnboardingBasePage {
|
|||
onCurrentIndexChanged: {
|
||||
root.mnemonicString = "";
|
||||
root.mnemonicInput = [];
|
||||
submitButton.enabled = false;
|
||||
}
|
||||
}
|
||||
clip: true
|
||||
|
|
Loading…
Reference in New Issue