From 1287133a92e14d6e7c6a50d058e8fea7eb2dd6dd Mon Sep 17 00:00:00 2001 From: xds Date: Tue, 18 Nov 2025 10:13:54 +0300 Subject: [PATCH] fix tx isdone checkbox text size --- src/components/transactions/TransactionCreateUpdate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/transactions/TransactionCreateUpdate.vue b/src/components/transactions/TransactionCreateUpdate.vue index 6a536e0..9018db4 100644 --- a/src/components/transactions/TransactionCreateUpdate.vue +++ b/src/components/transactions/TransactionCreateUpdate.vue @@ -267,7 +267,7 @@ onMounted(async () => { try { let createDTO = buildCreate() await transactionService.createTransaction(spaceStore.selectedSpaceId, createDTO) - console.log(createDTO) + console.log(openMode) if (openMode && openMode === "from_bot"){ tgApp.close() } else await moveUser()