mirror of
https://github.com/apache/superset.git
synced 2026-05-09 01:46:06 +00:00
Don't run query when control panel has errors (#14687)
This commit is contained in:
committed by
GitHub
parent
877201f1e0
commit
281d637674
@@ -285,6 +285,7 @@ const ExploreChartPanel = props => {
|
||||
tableSectionHeight={tableSectionHeight}
|
||||
onCollapseChange={onCollapseChange}
|
||||
chartStatus={props.chart.chartStatus}
|
||||
errorMessage={props.errorMessage}
|
||||
/>
|
||||
</Split>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user