From c3644a28ef0a80c193361f56627bbe9e556aacaa Mon Sep 17 00:00:00 2001 From: Michal Klobukowski Date: Thu, 27 Dec 2018 16:03:27 +0100 Subject: [PATCH] Set default api field value Feature #13708 Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski --- src/store/run-process-panel/run-process-panel-actions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/run-process-panel/run-process-panel-actions.ts b/src/store/run-process-panel/run-process-panel-actions.ts index 57a5712f..f7649860 100644 --- a/src/store/run-process-panel/run-process-panel-actions.ts +++ b/src/store/run-process-panel/run-process-panel-actions.ts @@ -158,6 +158,7 @@ export const runProcess = async (dispatch: Dispatch, getState: () => RootSt export const DEFAULT_ADVANCED_FORM_VALUES: Partial = { [VCPUS_FIELD]: 1, [RAM_FIELD]: 1073741824, + [API_FIELD]: true, }; const normalizeInputKeys = (inputs: WorkflowInputsData): WorkflowInputsData => -- 2.30.2