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,
{
...options,
queryKey: [
key,
selectedTimeInterval ?? globalSelectedInterval,
requestData,
minTime,
maxTime,
],
queryKey: [key, globalSelectedInterval, requestData, minTime, maxTime],
enabled: isEnabled,
},
headers,