feature: just create badge. Important thing is the await keyword
This commit is contained in:
@@ -46,7 +46,7 @@ export default defineComponent({
|
||||
if(acctMgmtStore.deleteAccount(acctMgmtStore.currentViewingUser.username)){
|
||||
toast.success(i18next.t("AcctMgmt.MsgAccountDeleteSuccess"));
|
||||
modalStore.closeModal();
|
||||
await acctMgmtStore.getAllUserAccounts();
|
||||
acctMgmtStore.setShouldUpdateList(true);
|
||||
router.push("/account/account-admin");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user