feat(app): remove query conditions on investigationCards

This commit is contained in:
dextmorgn
2025-11-09 23:48:41 +01:00
parent f131167c95
commit 9a37954804

View File

@@ -122,9 +122,6 @@ export function InvestigationCards() {
} = useQuery({
queryKey: queryKeys.investigations.dashboard,
queryFn: investigationService.get,
staleTime: 30000, // 30 seconds
refetchOnWindowFocus: false,
refetchOnMount: false
})
if (isLoading) {