mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
[explore] force control validation before runQuery (#2544)
* [explore] force control validation before runQuery * Addressing comments
This commit is contained in:
committed by
GitHub
parent
493ba18362
commit
75a358c616
@@ -58,6 +58,7 @@ class ChartContainer extends React.PureComponent {
|
||||
|
||||
componentDidUpdate(prevProps) {
|
||||
if (
|
||||
this.props.queryResponse &&
|
||||
(
|
||||
prevProps.queryResponse !== this.props.queryResponse ||
|
||||
prevProps.height !== this.props.height ||
|
||||
|
||||
Reference in New Issue
Block a user