mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 02:25:35 +01:00
make zustand teams:members consistent, fix team delete
This commit is contained in:
parent
87a18dc570
commit
ba081565fc
4 changed files with 5 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ export function TeamLeaveForm({
|
|||
const handleConfirm = async () => {
|
||||
mutate(null, {
|
||||
onSuccess: async () => {
|
||||
touch('team:members');
|
||||
touch('teams:members');
|
||||
onSave();
|
||||
onClose();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue