mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
Re-enable rule line-between-class-members (#10862)
This commit is contained in:
committed by
GitHub
parent
91b8c8afc9
commit
e28f3d6220
@@ -283,12 +283,14 @@ class ExploreViewContainer extends React.Component {
|
||||
toggleModal() {
|
||||
this.setState({ showModal: !this.state.showModal });
|
||||
}
|
||||
|
||||
hasErrors() {
|
||||
const ctrls = this.props.controls;
|
||||
return Object.keys(ctrls).some(
|
||||
k => ctrls[k].validationErrors && ctrls[k].validationErrors.length > 0,
|
||||
);
|
||||
}
|
||||
|
||||
renderErrorMessage() {
|
||||
// Returns an error message as a node if any errors are in the store
|
||||
const errors = [];
|
||||
@@ -311,6 +313,7 @@ class ExploreViewContainer extends React.Component {
|
||||
}
|
||||
return errorMessage;
|
||||
}
|
||||
|
||||
renderChartContainer() {
|
||||
return (
|
||||
<ExploreChartPanel
|
||||
|
||||
Reference in New Issue
Block a user