fix tx isdone checkbox text size
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user