From 9a37954804257c4250196f63aa94455261724d31 Mon Sep 17 00:00:00 2001 From: dextmorgn Date: Sun, 9 Nov 2025 23:48:41 +0100 Subject: [PATCH] feat(app): remove query conditions on investigationCards --- flowsint-app/src/components/dashboard/investigation-cards.tsx | 3 --- 1 file changed, 3 deletions(-) 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) {