make zustand teams:members consistent, fix team delete

This commit is contained in:
Francis Cao 2024-02-06 23:42:37 -08:00
parent 87a18dc570
commit ba081565fc
4 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ export function TeamLeaveForm({
const handleConfirm = async () => {
mutate(null, {
onSuccess: async () => {
touch('team:members');
touch('teams:members');
onSave();
onClose();
},