We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca350ae commit fa14b55Copy full SHA for fa14b55
1 file changed
src/frontend/src/hooks/calendar.hooks.ts
@@ -587,7 +587,6 @@ export const useScheduleEvent = (eventId: string) => {
587
queryClient.invalidateQueries(['events', eventId, 'with-members']);
588
queryClient.invalidateQueries(['filter-events']);
589
queryClient.invalidateQueries(EVENT_KEY);
590
- queryClient.invalidateQueries(['users']);
591
}
592
593
);
0 commit comments