mirror of
https://github.com/apache/superset.git
synced 2026-04-16 14:45:21 +00:00
[explore] fix empty chart when changing viz type (#2698)
* [explore] fix empty chart when changing viz type * Lint
This commit is contained in:
committed by
GitHub
parent
3cd16cf368
commit
3e7b5df287
@@ -60,6 +60,7 @@ class ChartContainer extends React.PureComponent {
|
||||
) && !this.props.queryResponse.error
|
||||
&& this.props.chartStatus !== 'failed'
|
||||
&& this.props.chartStatus !== 'stopped'
|
||||
&& this.props.chartStatus !== 'loading'
|
||||
) {
|
||||
this.renderViz();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user