mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-24 09:14:25 +08: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