fix tx isdone checkbox text size

This commit is contained in:
xds
2025-11-20 12:16:23 +03:00
parent b0c3bf4b03
commit e89d725d7e

View File

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