diff --git a/flowsint-app/src/components/dashboard/investigation-cards.tsx b/flowsint-app/src/components/dashboard/investigation-cards.tsx index 6170da1..8cc7c5c 100644 --- a/flowsint-app/src/components/dashboard/investigation-cards.tsx +++ b/flowsint-app/src/components/dashboard/investigation-cards.tsx @@ -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) {