Skip to content

Commit

Permalink
Don't hide the component-status form group in view. Fixes #2829
Browse files Browse the repository at this point in the history
  • Loading branch information
xBytez committed Dec 2, 2017
1 parent bf7dfe8 commit 2a99cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/dashboard/incidents/add.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<span class='help-block'>{{ trans('forms.optional') }}</span>
</div>
@endif
<div class="form-group hidden" id="component-status" v-if="component.id">
<div class="form-group" id="component-status" v-if="component.id">
<div class="panel panel-default">
<div class="panel-body">
<div class="radio-items">
Expand Down

0 comments on commit 2a99cf1

Please sign in to comment.