documet page done

This commit is contained in:
2025-07-20 21:18:47 +05:30
parent cd7a95dae4
commit 297f29ac43
2 changed files with 13 additions and 8 deletions

View File

@@ -87,7 +87,8 @@ export const queryClient = new QueryClient({
queryFn: getQueryFn({ on401: "throw" }),
refetchInterval: false,
refetchOnWindowFocus: false,
staleTime: Infinity,
refetchOnMount: true,
staleTime: 0,
retry: false,
},
mutations: {