diff --git a/frontends/nextjs/src/components/WorkflowEditor.tsx b/frontends/nextjs/src/components/WorkflowEditor.tsx index 5d74758da..0ed0e62e1 100644 --- a/frontends/nextjs/src/components/WorkflowEditor.tsx +++ b/frontends/nextjs/src/components/WorkflowEditor.tsx @@ -417,7 +417,7 @@ export function WorkflowEditor({ workflows, onWorkflowsChange, scripts = [] }: W {index < currentWorkflow.nodes.length - 1 && (
- + Next
)} @@ -497,7 +497,7 @@ export function WorkflowEditor({ workflows, onWorkflowsChange, scripts = [] }: W
- + Workflow execution: {currentWorkflow.nodes.map(n => n.label).join(' → ')}