mirror of
https://github.com/urosran/cally.git
synced 2025-07-16 01:56:16 +00:00
Fixes
This commit is contained in:
@ -54,7 +54,7 @@ export const useUpdateFeedback = () => {
|
||||
}
|
||||
},
|
||||
onSuccess: (updatedFeedback) => {
|
||||
queryClient.invalidateQueries("feedbacks");
|
||||
queryClient.invalidateQueries({queryKey: ["feedbacks"]})
|
||||
|
||||
queryClient.setQueryData(
|
||||
["feedback", updatedFeedback.id],
|
||||
|
Reference in New Issue
Block a user