mirror of
https://github.com/apache/superset.git
synced 2026-05-31 13:19:23 +00:00
chore: bump @typescript-eslint/eslint-plugin to 5.3.0 (#17367)
This commit is contained in:
@@ -94,7 +94,7 @@ export default class TextControl<
|
||||
});
|
||||
};
|
||||
|
||||
render = () => {
|
||||
render() {
|
||||
let { value } = this.state;
|
||||
if (this.initialValue !== this.props.value) {
|
||||
this.initialValue = this.props.value;
|
||||
@@ -115,5 +115,5 @@ export default class TextControl<
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user