X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/be58082b621a95f96bcb0c61495e8186f10e5528..691afce5b8573b3a89592b506b3a37d615d60bc1:/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 ; }