[ARVADOS-WORKBENCH2] updated: 1.4.1-412-g5d95075c
Git user
git at public.arvados.org
Fri Aug 28 20:07:40 UTC 2020
Summary of changes:
src/store/run-process-panel/run-process-panel-actions.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 5d95075cdfdc2ca21f262f23355320f8aa96b25e (commit)
from 3883f8b6c488e6db4be01b57f57f9635ebe0a993 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 5d95075cdfdc2ca21f262f23355320f8aa96b25e
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Aug 28 16:07:22 2020 -0400
16602: Add missing semicolon.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
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 8a826396..3cc6e713 100644
--- a/src/store/run-process-panel/run-process-panel-actions.ts
+++ b/src/store/run-process-panel/run-process-panel-actions.ts
@@ -92,7 +92,7 @@ export const getWorkflowRunnerSettings = (workflow: WorkflowResource) => {
}
}
return advancedFormValues;
-}
+};
export const setWorkflow = (workflow: WorkflowResource, isWorkflowChanged = true) =>
(dispatch: Dispatch<any>, getState: () => RootState) => {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list