diff --git a/src/components/transactions/TransactionCreateUpdate.vue b/src/components/transactions/TransactionCreateUpdate.vue index 2c2bc19..86d9759 100644 --- a/src/components/transactions/TransactionCreateUpdate.vue +++ b/src/components/transactions/TransactionCreateUpdate.vue @@ -208,7 +208,7 @@ const moveUser = async () => { const deleteTransaction = async () => { if (spaceStore.selectedSpaceId && transactionId.value) { await transactionService.deleteTransaction(spaceStore.selectedSpaceId, Number(transactionId.value)) - await transactionStore.fetchTransactions(spaceStore.selectedSpaceId) + // await transactionStore.fetchTransactions(spaceStore.selectedSpaceId) if (openMode && openMode === "from_bot") { console.log("test from bot") tgApp.close()