diff --git a/src/views/desktop/accounts/ListPage.vue b/src/views/desktop/accounts/ListPage.vue index 6fa5baa3..54fc5a7b 100644 --- a/src/views/desktop/accounts/ListPage.vue +++ b/src/views/desktop/accounts/ListPage.vue @@ -598,6 +598,7 @@ function remove(account: Account): void { accountsStore.deleteSubAccount({ subAccount: subAccount }).then(() => { + activeSubAccount.value[account.id] = ''; loading.value = false; }).catch(error => { loading.value = false;