mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 14:57:00 +10:00
- fixes #2562, add better error messages for duplicate resume slugs
- improvements made to ditgar template - general improvements to all templates with backgrounds - update dependencies and translations - improved print function that handles single page and multi page resumes
This commit is contained in:
@@ -27,7 +27,8 @@ export const getQueryClient = () => {
|
||||
},
|
||||
},
|
||||
mutationCache: new MutationCache({
|
||||
onSettled: () => {
|
||||
onSettled: (_1, _2, _3, _4, _5, context) => {
|
||||
if (context?.meta?.noInvalidate) return;
|
||||
queryClient.invalidateQueries();
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user