diff --git a/ui/src/app/editor/components/pipeline-element-options/pipeline-element-options.component.ts b/ui/src/app/editor/components/pipeline-element-options/pipeline-element-options.component.ts index b8e0478d1a..b409d77d52 100644 --- a/ui/src/app/editor/components/pipeline-element-options/pipeline-element-options.component.ts +++ b/ui/src/app/editor/components/pipeline-element-options/pipeline-element-options.component.ts @@ -131,9 +131,7 @@ export class PipelineElementOptionsComponent implements OnInit, OnDestroy { ); this.pipelineElementCssType = this.pipelineElement.type; - this.isDataSource = - this.pipelineElement.type === 'stream' || - this.pipelineElement.type === 'set'; + this.isDataSource = this.pipelineElement.type === 'stream'; if ( this.isDataSource ||