X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e9d30481d8d57a0b906364ee115e136305b7ce79..691afce5b8573b3a89592b506b3a37d615d60bc1:/src/views/run-process-panel/inputs/float-array-input.tsx diff --git a/src/views/run-process-panel/inputs/float-array-input.tsx b/src/views/run-process-panel/inputs/float-array-input.tsx index 6e546ec8..225a7727 100644 --- a/src/views/run-process-panel/inputs/float-array-input.tsx +++ b/src/views/run-process-panel/inputs/float-array-input.tsx @@ -8,7 +8,6 @@ import { Field } from 'redux-form'; import { ERROR_MESSAGE } from '~/validators/require'; import { GenericInputProps, GenericInput } from '~/views/run-process-panel/inputs/generic-input'; import { ChipsInput } from '~/components/chips-input/chips-input'; -import { identity } from 'lodash'; import { createSelector } from 'reselect'; import { FloatInput } from '~/components/float-input/float-input'; @@ -42,15 +41,17 @@ const FloatArrayInputComponent = (props: GenericInputProps) => class InputComponent extends React.PureComponent{ render() { + const { commandInput, input, meta } = this.props; return ; }