Skip to content

Commit

Permalink
fix angularjs value propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
GnsP committed Jan 10, 2025
1 parent 2e3b563 commit 8fd1b47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/hydrator/controllers/detail/canvas-ctrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ angular.module(PKG.name + '.feature.hydrator')
this.totalRuns = runs.length;
this.errorStages = (this.PipelineDetailStore.getState().runErrorDetails[this.runId] || [])
.map((err) => err.stageName);

$scope.errorStages = this.errorStages;
$scope.$apply();
}
});

Expand Down

0 comments on commit 8fd1b47

Please sign in to comment.