Skip to content

Commit

Permalink
Merge pull request #2832 from xBytez/fix-2829
Browse files Browse the repository at this point in the history
Don't hide the component-status form group in add view. Fixes #2829.
  • Loading branch information
jbrooksuk committed Dec 3, 2017
2 parents ce0975a + 2a99cf1 commit 26a1d28
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 26a1d28

Please sign in to comment.