diff --git a/frontend/src/components/EditWorkflow.jsx b/frontend/src/components/EditWorkflow.jsx index d227a2bd..0e43a77d 100644 --- a/frontend/src/components/EditWorkflow.jsx +++ b/frontend/src/components/EditWorkflow.jsx @@ -463,6 +463,7 @@ const EditWorkflow = (props) => { > - - - + + Quick start: Create Workflow → Describe → AI + Generate → Done. + + + + For self-hosted setups, see the{" "} + + setup docs + + + + {/* CTA button */} + + + + + + + ) : null; const deleteModal = deleteModalOpen ? ( @@ -4950,6 +5183,7 @@ const Workflows2 = (props) => { { const newView = !showExecutionStats @@ -5601,8 +5835,8 @@ const Workflows2 = (props) => { } // Maybe use gridview or something, idk - //return
{loadedCheck}
; - return
{loadedCheck}
; + return
{loadedCheck}
; + // return
{loadedCheck}
; };