X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/2cfb56ef5060cbad461062690fad650f15c49731..59cc1b248e39a17bbf46449add178d957b167b9a:/src/views/run-process-panel/inputs/string-array-input.tsx diff --git a/src/views/run-process-panel/inputs/string-array-input.tsx b/src/views/run-process-panel/inputs/string-array-input.tsx index da03f296..e560b337 100644 --- a/src/views/run-process-panel/inputs/string-array-input.tsx +++ b/src/views/run-process-panel/inputs/string-array-input.tsx @@ -42,15 +42,17 @@ const StringArrayInputComponent = (props: GenericInputProps) => class InputComponent extends React.PureComponent{ render() { + const { commandInput, input, meta } = this.props; return ; }