fix: dependecy is updated for widget query range (#3698)

This commit is contained in:
Palash Gupta 2023-10-09 20:18:43 +05:30 committed by GitHub
parent 718eb7b381
commit b12365ba07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,8 +70,7 @@ function GridCardGraph({
minTime,
globalSelectedInterval,
selectedDashboard?.data?.variables,
widget?.query,
widget?.panelTypes,
widget,
],
keepPreviousData: true,
enabled: isGraphVisible && !isEmptyWidget && isQueryEnabled,