From f44738b4cfd94fd74917b2e3d597576ef4820afa Mon Sep 17 00:00:00 2001 From: frikky Date: Fri, 17 Mar 2023 00:46:23 +0100 Subject: [PATCH] Fixed listing in editWorkflow to map to workflow forms --- frontend/src/components/EditWorkflow.jsx | 28 +++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/EditWorkflow.jsx b/frontend/src/components/EditWorkflow.jsx index 57852c5d..46e2d610 100644 --- a/frontend/src/components/EditWorkflow.jsx +++ b/frontend/src/components/EditWorkflow.jsx @@ -43,6 +43,7 @@ import { ExpandLess as ExpandLessIcon, ExpandMore as ExpandMoreIcon, Publish as PublishIcon, + OpenInNew as OpenInNewIcon, } from "@material-ui/icons"; const EditWorkflow = (props) => { @@ -153,9 +154,30 @@ const EditWorkflow = (props) => {
- - {newWorkflow ? "New" : "Editing"} workflow - +
+ + {newWorkflow ? "New" : "Editing"} workflow + + {newWorkflow === true ? null : +
+ + + + + +
+ } +
Workflows can be built from scratch, or from templates. Usecases can help you discover next steps, and you can search for them directly. Learn more