mirror of
https://github.com/urosran/cally.git
synced 2025-07-15 01:35:22 +00:00
Fixes
This commit is contained in:
@ -18,7 +18,7 @@ export const useUpdateEvent = () => {
|
||||
}
|
||||
},
|
||||
onSuccess: () => {
|
||||
queryClients.invalidateQueries("events")
|
||||
queryClients.invalidateQueries({queryKey: ["events"]})
|
||||
}
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user