mirror of
https://github.com/apache/superset.git
synced 2026-04-16 14:45:21 +00:00
committed by
Maxime Beauchemin
parent
166c576c94
commit
ae0655028f
@@ -32,6 +32,7 @@ const propTypes = {
|
||||
column_formats: PropTypes.object,
|
||||
containerId: PropTypes.string.isRequired,
|
||||
height: PropTypes.string.isRequired,
|
||||
width: PropTypes.string.isRequired,
|
||||
isStarred: PropTypes.bool.isRequired,
|
||||
slice: PropTypes.object,
|
||||
table_name: PropTypes.string,
|
||||
@@ -60,6 +61,7 @@ class ChartContainer extends React.PureComponent {
|
||||
(
|
||||
prevProps.queryResponse !== this.props.queryResponse ||
|
||||
prevProps.height !== this.props.height ||
|
||||
prevProps.width !== this.props.width ||
|
||||
this.props.triggerRender
|
||||
) && !this.props.queryResponse.error
|
||||
&& this.props.chartStatus !== 'failed'
|
||||
|
||||
Reference in New Issue
Block a user