diff --git a/frontend/src/hooks/queryBuilder/useGetExplorerQueryRange.ts b/frontend/src/hooks/queryBuilder/useGetExplorerQueryRange.ts index 24e28a9bf481..0bd916726305 100644 --- a/frontend/src/hooks/queryBuilder/useGetExplorerQueryRange.ts +++ b/frontend/src/hooks/queryBuilder/useGetExplorerQueryRange.ts @@ -66,13 +66,7 @@ export const useGetExplorerQueryRange = ( ENTITY_VERSION_V5, { ...options, - queryKey: [ - key, - selectedTimeInterval ?? globalSelectedInterval, - requestData, - minTime, - maxTime, - ], + queryKey: [key, globalSelectedInterval, requestData, minTime, maxTime], enabled: isEnabled, }, headers,