diff --git a/web/src/app/home/workflows/components/workflow-editor/WorkflowEditorComponent.tsx b/web/src/app/home/workflows/components/workflow-editor/WorkflowEditorComponent.tsx index ca5f3e4d..e2214afb 100644 --- a/web/src/app/home/workflows/components/workflow-editor/WorkflowEditorComponent.tsx +++ b/web/src/app/home/workflows/components/workflow-editor/WorkflowEditorComponent.tsx @@ -670,7 +670,7 @@ function WorkflowEditorInner() { {/* Right: Property Panel (conditionally rendered) */} {showPropertyPanel && ( -
+
{JSON.stringify(nodeExec.inputs, null, 2)}
+
{JSON.stringify(nodeExec.outputs, null, 2)}