Skip to content

Commit

Permalink
fix(chaos): Stack and detail are actually not required (#7028)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmquach committed May 20, 2019
1 parent b505b5c commit f1ca123
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ <h5>Exceptions <help-field key="chaos.exceptions"></help-field></h5>
class="form-control input-sm"
ng-model="exception.stack"
ng-change="$ctrl.updateConfig()"
required
/>
</td>
<td>
Expand All @@ -51,7 +50,6 @@ <h5>Exceptions <help-field key="chaos.exceptions"></help-field></h5>
class="form-control input-sm"
ng-model="exception.detail"
ng-change="$ctrl.updateConfig()"
required
/>
</td>
<td>
Expand Down

0 comments on commit f1ca123

Please sign in to comment.