mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
add css to the data object to be saved (#2188)
This commit is contained in:
@@ -18,7 +18,7 @@ class Controls extends React.PureComponent {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
css: props.dashboard.css,
|
||||
css: props.dashboard.css || '',
|
||||
cssTemplates: [],
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user