Skip to content

Commit 7ddfec2

Browse files
author
Volodymyr Zaets
committed
MAGETWO-44195: "Add Products By SKU" button disappears during order creation from Admin
1 parent 2c26df9 commit 7ddfec2

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite

1 file changed

+1
-2
lines changed

app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite/configure.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ define([
77
"jquery/ui",
88
"mage/translate",
99
"prototype",
10-
'Magento_Ui/js/modal/modal',
11-
'domReady!'
10+
'Magento_Ui/js/modal/modal'
1211
], function(jQuery){
1312

1413
window.ProductConfigure = Class.create();

0 commit comments

Comments
 (0)