diff --git a/ui/app/AppLayouts/Wallet/panels/ImportSeedPhrasePanel.qml b/ui/app/AppLayouts/Wallet/panels/ImportSeedPhrasePanel.qml index 8256be876f..acffb6a75c 100644 --- a/ui/app/AppLayouts/Wallet/panels/ImportSeedPhrasePanel.qml +++ b/ui/app/AppLayouts/Wallet/panels/ImportSeedPhrasePanel.qml @@ -6,6 +6,7 @@ import StatusQ.Controls 0.1 import utils 1.0 import shared.stores 1.0 +import shared.controls 1.0 import "../stores" @@ -51,7 +52,7 @@ StatusGridView { property int seedPhraseInputHeight: 48 property var mnemonicInput: [] property string errorString: "" - readonly property var seedPhraseWordsOptions: ([12, 18, 24]) + readonly property var seedPhraseWordsOptions: [12, 18, 24] function getSeedPhraseString() { var seedPhrase = "" @@ -84,6 +85,10 @@ StatusGridView { } } + Timer { + id: timer + } + onIsValidChanged: { if(isValid) {