Fixes on article preview
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
@include('Shop.Admin.Articles.partials.product.images', ['name' => 'product_images'])
|
||||
@include('Shop.Admin.Articles.partials.product.images')
|
||||
@include('components.uploader.widget', ['load_url' => route('Shop.Admin.Articles.getImages', ['id' => $article['id'] ?? false]), 'delete_url' => route('Shop.Admin.Articles.deleteImage'), 'title' => 'Photos', 'name' => 'images' ])
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user