fixed new product bug

master
A1Gard 3 days ago
parent 6280704af2
commit 6934eb95af

@ -191,6 +191,7 @@
{{__("Attachments")}}
</h3>
<br>
@if(isset($item))
<fast-attaching
:attachments='@json($item->attachs)'
xlang="{{config('app.locale')}}"
@ -199,4 +200,5 @@
model="{{get_class($item)}}"
id="{{$item->id}}"
></fast-attaching>
@endif
</div>

Loading…
Cancel
Save