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