[explore] Prevent duplicated query by data table (#12404)

This commit is contained in:
Grace Guo
2021-01-11 11:37:54 -08:00
committed by GitHub
parent 4cf3f99ee8
commit 9618f0786c
2 changed files with 20 additions and 7 deletions

View File

@@ -248,6 +248,7 @@ const ExploreChartPanel = props => {
queryFormData={props.chart.latestQueryFormData}
tableSectionHeight={tableSectionHeight}
onCollapseChange={onCollapseChange}
chartStatus={props.chart.chartStatus}
/>
</Split>
)}