From f6aba5ddfc4eaaf270c5171fcddd2d1b6e983558 Mon Sep 17 00:00:00 2001 From: romsters Date: Fri, 30 Aug 2024 16:00:28 +0300 Subject: [PATCH 1/2] fix: disable token select while fee is loading to prevent fee overrides --- components/common/input/TransactionAmount.vue | 1 + views/transactions/Deposit.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/common/input/TransactionAmount.vue b/components/common/input/TransactionAmount.vue index d257d453e..2c789d02b 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" >