From 8273eef821a8178677ef30f7abfecff6e097d720 Mon Sep 17 00:00:00 2001 From: Ivar Date: Wed, 13 Sep 2017 11:43:25 +0200 Subject: [PATCH] Fix build --- frontend/src/component/feature/form/strategy-input-list.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/component/feature/form/strategy-input-list.jsx b/frontend/src/component/feature/form/strategy-input-list.jsx index 6bdb59590a..246e407a92 100644 --- a/frontend/src/component/feature/form/strategy-input-list.jsx +++ b/frontend/src/component/feature/form/strategy-input-list.jsx @@ -34,7 +34,6 @@ export default class InputList extends Component { e.stopPropagation(); } - const { name, list, setConfig } = this.props; const inputValue = this.refs.input.inputRef; if (inputValue && inputValue.value) {