mirror of
https://github.com/apache/superset.git
synced 2026-05-11 02:45:46 +00:00
Re-enable rule line-between-class-members (#10862)
This commit is contained in:
committed by
GitHub
parent
91b8c8afc9
commit
e28f3d6220
@@ -36,6 +36,7 @@ export default class TextControl extends React.Component<TextControlProps> {
|
||||
super(props);
|
||||
this.onChange = this.onChange.bind(this);
|
||||
}
|
||||
|
||||
onChange(event: any) {
|
||||
let { value } = event.target;
|
||||
|
||||
@@ -59,6 +60,7 @@ export default class TextControl extends React.Component<TextControlProps> {
|
||||
}
|
||||
this.props.onChange(value, errors);
|
||||
}
|
||||
|
||||
render() {
|
||||
const { value: rawValue } = this.props;
|
||||
const value =
|
||||
|
||||
Reference in New Issue
Block a user