diff --git a/ui/src/app/editor/components/pipeline/pipeline.component.ts b/ui/src/app/editor/components/pipeline/pipeline.component.ts index a06b6ba9a1..40044192e9 100644 --- a/ui/src/app/editor/components/pipeline/pipeline.component.ts +++ b/ui/src/app/editor/components/pipeline/pipeline.component.ts @@ -525,10 +525,6 @@ export class PipelineComponent implements OnInit, OnDestroy { pe.payload as InvocablePipelineElementUnion ).inputStreams = modification.inputStreams; } - if (modification.pipelineElementValid) { - pe.settings.completed = - PipelineElementConfigurationStatus.OK; - } if (modification.validationInfos.length > 0) { this.pipelineStyleService.updatePeConfigurationStatus( pe,