From 91616318cb5a878c90152f86b95e016e7f3698dd Mon Sep 17 00:00:00 2001 From: seongjinyoon Date: Mon, 29 Dec 2025 16:05:03 -0800 Subject: [PATCH] fix port name --- .../service/workflow-graph/model/workflow-action.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/workspace/service/workflow-graph/model/workflow-action.service.ts b/frontend/src/app/workspace/service/workflow-graph/model/workflow-action.service.ts index 40092419fd2..ddee22465aa 100644 --- a/frontend/src/app/workspace/service/workflow-graph/model/workflow-action.service.ts +++ b/frontend/src/app/workspace/service/workflow-graph/model/workflow-action.service.ts @@ -249,7 +249,7 @@ export class WorkflowActionService { const port: PortDescription = { portID, - displayName: portID, + displayName: "", allowMultiInputs, isDynamicPort: true, dependencies: [],