mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-23 10:26:40 +00:00
fix: enable modal is fixed when time is changed (#3454)
This commit is contained in:
parent
01312ec286
commit
15f328eb9e
@ -134,7 +134,7 @@ function GridCardGraph({
|
|||||||
return (
|
return (
|
||||||
<span ref={graphRef}>
|
<span ref={graphRef}>
|
||||||
<WidgetGraphComponent
|
<WidgetGraphComponent
|
||||||
enableModel={false}
|
enableModel
|
||||||
enableWidgetHeader
|
enableWidgetHeader
|
||||||
widget={widget}
|
widget={widget}
|
||||||
queryResponse={queryResponse}
|
queryResponse={queryResponse}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user