mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
Fixed css class not being used by slice container (#1359)
* Fixed css class not being used by slice container * Delete require css line since it's not needed when className is specified
This commit is contained in:
@@ -73,6 +73,7 @@ class ChartContainer extends React.Component {
|
||||
<div
|
||||
id={this.props.sliceContainerId}
|
||||
ref={(ref) => { this.chartContainerRef = ref; }}
|
||||
className={this.props.vizType}
|
||||
/>
|
||||
</Panel>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user