mirror of
https://github.com/apache/superset.git
synced 2026-05-11 10:55:43 +00:00
Re-enable rule line-between-class-members (#10862)
This commit is contained in:
committed by
GitHub
parent
91b8c8afc9
commit
e28f3d6220
@@ -38,6 +38,7 @@ export default class CheckboxControl extends React.Component {
|
||||
onChange() {
|
||||
this.props.onChange(!this.props.value);
|
||||
}
|
||||
|
||||
renderCheckbox() {
|
||||
return (
|
||||
<Checkbox
|
||||
@@ -47,6 +48,7 @@ export default class CheckboxControl extends React.Component {
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
render() {
|
||||
if (this.props.label) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user