Skip to content

Commit

Permalink
fix(deck): Set unchecked behavior (#8117)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Woo <kevinawoo@gmail.com>
  • Loading branch information
justinrlee and kevinawoo committed Apr 2, 2020
1 parent 32b1558 commit dc4c4c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="col-md-8 col-md-offset-1">
<div class="checkbox pull-left">
<label>
<input type="checkbox" ng-false-value="undefined" ng-model="$ctrl.stage.failOnFailedExpressions" />
<input type="checkbox" ng-false-value="false" ng-model="$ctrl.stage.failOnFailedExpressions" />
<strong
>Fail stage on failed
<a href="http://spinnaker.github.io/guides/user/pipeline-expressions" target="_blank">expressions</a>
Expand Down

0 comments on commit dc4c4c3

Please sign in to comment.