Skip to content

Commit

Permalink
fix(core): update stage failure component when JSON changes (spinnake…
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry authored Apr 29, 2019
1 parent 9454e34 commit e44f22b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = angular.module('spinnaker.core.pipeline.stage.overrideFailure',
this.viewState.failureOption = initValue;
};

$scope.$watch(() => this.stage, this.initializeFailureOption);
$scope.$watch(() => this.stage, this.initializeFailureOption, true);
},
],
});

0 comments on commit e44f22b

Please sign in to comment.