refactor: header close drawer after deletion

This commit is contained in:
Net 2024-09-16 10:28:26 +07:00
parent 987504f8d0
commit 15cbdcf74c

View file

@ -520,6 +520,7 @@ async function onDelete(id: string) {
await fetchUserList();
typeStats.value = await userStore.typeStats();
infoDrawer.value = false;
flowStore.rotate();
},
cancel: () => {},