diff --git a/packages/pipeline-editor/src/index.tsx b/packages/pipeline-editor/src/index.tsx index 66385e534..9cf9afecf 100644 --- a/packages/pipeline-editor/src/index.tsx +++ b/packages/pipeline-editor/src/index.tsx @@ -543,6 +543,7 @@ class PipelineEditorFactory extends ABCWidgetFactory { const content = new Canvas(props); const widget = new DocumentWidget({ content, context, node: document.createElement('div') }); widget.addClass(PIPELINE_CLASS); + widget.title.iconClass = PIPELINE_ICON_CLASS; return widget; } }