1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Fix build

This commit is contained in:
Ivar 2017-09-13 11:43:25 +02:00
parent 88feee71ff
commit 8273eef821

View File

@ -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) {