From 3884936578320da4a1c26040b68db58861f7d825 Mon Sep 17 00:00:00 2001 From: Roman Petriv Date: Fri, 30 Aug 2024 16:31:30 +0300 Subject: [PATCH] fix: disable token select while fee is loading to prevent fee overrides (#191) --- components/common/input/TransactionAmount.vue | 1 + views/transactions/Deposit.vue | 2 +- views/transactions/Transfer.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/common/input/TransactionAmount.vue b/components/common/input/TransactionAmount.vue index d257d453..2c789d02 100644 --- a/components/common/input/TransactionAmount.vue +++ b/components/common/input/TransactionAmount.vue @@ -82,6 +82,7 @@ class="h-max" :toggled="selectTokenModalOpened" variant="light" + :disabled="loading" @click="selectTokenModalOpened = true" >