Fix admin layout and data refresh after update/delete
This commit is contained in:
@@ -19,6 +19,7 @@ export function TeamDeleteForm({
|
||||
await mutateAsync(null, {
|
||||
onSuccess: async () => {
|
||||
touch('teams');
|
||||
touch(`teams:${teamId}`);
|
||||
onSave?.();
|
||||
onClose?.();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user