Fixes on article preview

This commit is contained in:
Ludovic CANDELLIER
2021-04-16 00:04:00 +02:00
parent e298320119
commit 226153f744
2 changed files with 2 additions and 2 deletions

View File

@@ -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>