Browse Source

fix item edit view

pull/18/head
KodeStar 7 years ago
parent
commit
6409e291be
  1. 2
      resources/views/items/form.blade.php

2
resources/views/items/form.blade.php

@ -52,7 +52,7 @@
</div>
</div>
@if(isset($item) && $item->config)
@if(isset($item) && isset($item->config->view))
<div id="sapconfig" style="display: block;">
@if(isset($item))
@include('supportedapps.'.$item->config->view)

Loading…
Cancel
Save