Skip to content

Commit

Permalink
fix disabled input
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Mar 27, 2024
1 parent 2c453d4 commit 0c8160c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
<LedgerAnimation illustration={IllustrationEnum.LedgerConnected2Desktop} {iconNetwork} />
Expand Down

0 comments on commit 0c8160c

Please sign in to comment.