Quick fix

This commit is contained in:
Bubka
2025-02-13 17:23:54 +01:00
parent 23a0ae31e5
commit 78e337021e
4 changed files with 44 additions and 9 deletions

View File

@@ -21,7 +21,7 @@
if (destinationGroupId.value === 0) {
await twofaccountService.withdraw(props.selectedAccountsIds)
}
else await groupService.assign(props.selectedAccountsIds, destinationGroupId.value)
else groupService.assign(props.selectedAccountsIds, destinationGroupId.value, { returnError: true })
emit('accounts-moved')
}