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