Skip to content

Commit ed3fb33

Browse files
author
Olga Nakonechna
committed
Merge branch 'PR' of github.corp.magento.com:magento-vanilla/magento2ce into PR
2 parents 54baca5 + 3d42661 commit ed3fb33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/product-gallery.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
define([
77
'jquery',
88
'mage/template',
9-
'jquery/ui'
9+
'jquery/ui',
10+
'baseImage'
1011
], function ($, mageTemplate) {
1112
'use strict';
1213

0 commit comments

Comments
 (0)