Skip to content

Commit

Permalink
fix: disable token select while fee is loading for withdrawals and tr…
Browse files Browse the repository at this point in the history
…ansfers
  • Loading branch information
Romsters committed Aug 30, 2024
1 parent f6aba5d commit 6f5de0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/transactions/Transfer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
:tokens="availableTokens"
:balances="availableBalances"
:max-amount="maxAmount"
:loading="tokensRequestInProgress || balanceInProgress"
:loading="tokensRequestInProgress || balanceInProgress || feeLoading"
>
<template v-if="type === 'withdrawal' && account.address" #token-dropdown-bottom>
<CommonAlert class="sticky bottom-0 mt-6" variant="neutral" :icon="InformationCircleIcon">
Expand Down

0 comments on commit 6f5de0e

Please sign in to comment.