From a0c5b9230fd3a11684e53d4a29ff246e31c2558a Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Thu, 25 Dec 2025 20:47:33 +0000 Subject: [PATCH] code: workfloweditor,tsx,nextjs (1 files) --- frontends/nextjs/src/components/WorkflowEditor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(' → ')}