mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-11 17:34:31 -05:00
feat(app): remove query conditions on investigationCards
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user