We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d1b4a commit a59192bCopy full SHA for a59192b
app/code/Magento/Catalog/view/adminhtml/web/js/components/dynamic-rows-import-custom-options.js
@@ -34,7 +34,7 @@ define([
34
values.each(function (value) {
35
delete value['option_id'];
36
delete value['option_type_id'];
37
- })
+ });
38
},
39
40
/** @inheritdoc */
@@ -62,9 +62,8 @@ define([
62
}
63
64
if (currentOption.values.length > 0) {
65
- this.__cleanOptionValuesUp(currentOption.values);
+ self.__cleanOptionValuesUp(currentOption.values);
66
67
-
68
options.push(currentOption);
69
});
70
0 commit comments