mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Re-enable rule line-between-class-members (#10862)
This commit is contained in:
committed by
GitHub
parent
91b8c8afc9
commit
e28f3d6220
@@ -280,6 +280,7 @@ export class DatasourceEditor extends React.PureComponent {
|
||||
};
|
||||
this.props.onChange(datasource, this.state.errors);
|
||||
}
|
||||
|
||||
onDatasourceChange(datasource) {
|
||||
this.setState({ datasource }, this.validateAndChange);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user