Skip to content

Commit

Permalink
fix(#2916): Fix pipeline validation (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Jun 3, 2024
1 parent c144d33 commit e13a93d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/src/app/editor/components/pipeline/pipeline.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e13a93d

Please sign in to comment.