Skip to content

Commit

Permalink
fixed new product bug
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Jan 27, 2025
1 parent 6280704 commit 6934eb9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ class="form-control">
{{__("Attachments")}}
</h3>
<br>
@if(isset($item))
<fast-attaching
:attachments='@json($item->attachs)'
xlang="{{config('app.locale')}}"
Expand All @@ -199,4 +200,5 @@ class="form-control">
model="{{get_class($item)}}"
id="{{$item->id}}"
></fast-attaching>
@endif
</div>

0 comments on commit 6934eb9

Please sign in to comment.