From d7690962764af9eaf2b6e3c0f2baeaedb79e2571 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 31 Mar 2022 21:25:47 +0200 Subject: [PATCH] no changes on Confirmation Send in this PR --- .../GddSend/TransactionConfirmationSend.vue | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/frontend/src/components/GddSend/TransactionConfirmationSend.vue b/frontend/src/components/GddSend/TransactionConfirmationSend.vue index 6ac367795..2d85fa33f 100644 --- a/frontend/src/components/GddSend/TransactionConfirmationSend.vue +++ b/frontend/src/components/GddSend/TransactionConfirmationSend.vue @@ -58,11 +58,7 @@ {{ $t('form.cancel') }} - + {{ $t('form.send_now') }} @@ -80,11 +76,6 @@ export default { loading: { type: Boolean, required: true }, selected: { type: String, required: true }, }, - data() { - return { - disabled: this.loading, - } - }, }