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 a4be3e0 commit a88f580Copy full SHA for a88f580
app/code/Magento/Bundle/view/adminhtml/web/js/components/bundle-dynamic-rows.js
@@ -72,7 +72,7 @@ define([
72
*/
73
removeBundleItemsFromOption: function (index) {
74
var bundleSelections = registry.get(this.name + '.' + index + '.' + this.bundleSelectionsName),
75
- bundleSelectionsLength = bundleSelections ? (bundleSelections.elems() || []).length:[],
+ bundleSelectionsLength = (bundleSelections.elems() || []).length,
76
i;
77
78
if (bundleSelectionsLength) {
0 commit comments