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()