mirror of
https://github.com/apache/superset.git
synced 2026-04-26 03:24:53 +00:00
Only show overlay if container is set (#4601)
* Pass width in props * Only load overlay if container is set
This commit is contained in:
committed by
Maxime Beauchemin
parent
83f8f98ae3
commit
ba9379b949
@@ -223,6 +223,7 @@ class Chart extends React.PureComponent {
|
||||
!this.props.chartAlert &&
|
||||
this.props.refreshOverlayVisible &&
|
||||
!this.props.errorMessage &&
|
||||
this.container &&
|
||||
<RefreshChartOverlay
|
||||
height={this.height()}
|
||||
width={this.width()}
|
||||
|
||||
Reference in New Issue
Block a user