From 0c8160c48ecbbab02b062b4475d2c1700e9503e3 Mon Sep 17 00:00:00 2001 From: evavirseda Date: Wed, 27 Mar 2024 15:05:42 +0100 Subject: [PATCH] fix disabled input --- .../AccountCreationView.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/desktop/views/dashboard/wallet/views/implicit-account-creation-multistep/AccountCreationView.svelte b/packages/desktop/views/dashboard/wallet/views/implicit-account-creation-multistep/AccountCreationView.svelte index 8aa14f49d2b..3ddc974dd73 100644 --- a/packages/desktop/views/dashboard/wallet/views/implicit-account-creation-multistep/AccountCreationView.svelte +++ b/packages/desktop/views/dashboard/wallet/views/implicit-account-creation-multistep/AccountCreationView.svelte @@ -69,7 +69,8 @@ showRevealToggle submitHandler={unlockWalletAndCreateAccount} placeholder={localize('views.implicit-account-creation.steps.step3.view.placeholder')} - disabled={$selectedWallet?.hasImplicitAccountCreationTransactionInProgress} + disabled={$selectedWallet?.hasImplicitAccountCreationTransactionInProgress && + $selectedWallet?.isTransferring} /> {:else}