fix: enable modal is fixed when time is changed (#3454)

This commit is contained in:
Palash Gupta 2023-08-30 19:28:04 +05:30 committed by GitHub
parent 01312ec286
commit 15f328eb9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}