mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Fix build
This commit is contained in:
parent
88feee71ff
commit
8273eef821
@ -34,7 +34,6 @@ export default class InputList extends Component {
|
|||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const { name, list, setConfig } = this.props;
|
const { name, list, setConfig } = this.props;
|
||||||
const inputValue = this.refs.input.inputRef;
|
const inputValue = this.refs.input.inputRef;
|
||||||
if (inputValue && inputValue.value) {
|
if (inputValue && inputValue.value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user