diff --git a/ui/src/workflow/common/NodeCascader.vue b/ui/src/workflow/common/NodeCascader.vue index 2127d7e91..dbfd64a31 100644 --- a/ui/src/workflow/common/NodeCascader.vue +++ b/ui/src/workflow/common/NodeCascader.vue @@ -10,9 +10,12 @@ > diff --git a/ui/src/workflow/common/app-node.ts b/ui/src/workflow/common/app-node.ts index e217d4b07..5354c93b0 100644 --- a/ui/src/workflow/common/app-node.ts +++ b/ui/src/workflow/common/app-node.ts @@ -75,6 +75,7 @@ class AppNode extends HtmlResize.view { } result.push({ value: this.props.model.id, + icon: this.props.model.properties.node_data?.icon, label: this.props.model.properties.stepName, type: this.props.model.type, children: this.props.model.properties?.config?.fields || [],