mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-24 02:54:27 +08:00
fix: query key is updated (#3715)
This commit is contained in:
parent
2be3d35952
commit
d5df9a1f7f
@ -70,7 +70,9 @@ function GridCardGraph({
|
|||||||
minTime,
|
minTime,
|
||||||
globalSelectedInterval,
|
globalSelectedInterval,
|
||||||
selectedDashboard?.data?.variables,
|
selectedDashboard?.data?.variables,
|
||||||
widget,
|
widget?.query,
|
||||||
|
widget?.panelTypes,
|
||||||
|
widget.timePreferance,
|
||||||
],
|
],
|
||||||
keepPreviousData: true,
|
keepPreviousData: true,
|
||||||
enabled: isGraphVisible && !isEmptyWidget && isQueryEnabled,
|
enabled: isGraphVisible && !isEmptyWidget && isQueryEnabled,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user