fix: revert queryKey update to re-enable cancel run (#9105)

This commit is contained in:
Yunus M 2025-09-25 12:05:02 +05:30 committed by GitHub
parent 9114b44c0e
commit c0acc69f87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,13 +66,7 @@ export const useGetExplorerQueryRange = (
ENTITY_VERSION_V5, ENTITY_VERSION_V5,
{ {
...options, ...options,
queryKey: [ queryKey: [key, globalSelectedInterval, requestData, minTime, maxTime],
key,
selectedTimeInterval ?? globalSelectedInterval,
requestData,
minTime,
maxTime,
],
enabled: isEnabled, enabled: isEnabled,
}, },
headers, headers,