X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c8d7659860af3b12d87ef29478bc1b825a9b3d2f..56e6dc7af513fd7bdb043e9c74a1d2848da41c38:/src/views/process-panel/process-panel-root.tsx diff --git a/src/views/process-panel/process-panel-root.tsx b/src/views/process-panel/process-panel-root.tsx index bc485d9f9d..388dc74658 100644 --- a/src/views/process-panel/process-panel-root.tsx +++ b/src/views/process-panel/process-panel-root.tsx @@ -18,7 +18,7 @@ import { getProcessPanelLogs, ProcessLogsPanel } from 'store/process-logs-panel/ import { ProcessLogsCard } from './process-log-card'; import { FilterOption } from 'views/process-panel/process-log-form'; import { getInputCollectionMounts } from 'store/processes/processes-actions'; -import { CommandInputParameter } from 'models/workflow'; +import { WorkflowInputsData } from 'models/workflow'; import { CommandOutputParameter } from 'cwlts/mappings/v1.0/CommandOutputParameter'; import { AuthState } from 'store/auth/auth-reducer'; import { ProcessCmdCard } from './process-cmd-card'; @@ -39,7 +39,7 @@ export interface ProcessPanelRootDataProps { filters: Array; processLogsPanel: ProcessLogsPanel; auth: AuthState; - inputRaw: CommandInputParameter[] | null; + inputRaw: WorkflowInputsData | null; inputParams: ProcessIOParameter[] | null; outputRaw: OutputDetails | null; outputDefinitions: CommandOutputParameter[]; @@ -121,7 +121,7 @@ export const ProcessPanelRoot = withStyles(styles)( onCopy={props.onCopyToClipboard} process={process} /> - +