Skip to content

Commit

Permalink
fix(deck): Set unchecked behavior (#8117) (#8140)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Woo <kevinawoo@gmail.com>
(cherry picked from commit dc4c4c3)

Co-authored-by: Justin Lee <justin.r.lee@gmail.com>
  • Loading branch information
mergify[bot] and justinrlee committed Apr 7, 2020
1 parent b4e03e7 commit b845010
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 b845010

Please sign in to comment.