Skip to content

Commit 15a4b8e

Browse files
committed
ACP2E-2909: dynamic-rows.js:658 Uncaught TypeError: dataRecord.slice while editing bundle products
- Checking the build failure.
1 parent 0568c95 commit 15a4b8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/code/Magento/Bundle/view/adminhtml/web/js/components/bundle-user-defined-checkbox.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ define([
2222
*/
2323
onInputTypeChange: function (data) {
2424
data === 'checkbox' || data === 'multi' ?
25-
this.clear()
26-
.visible(false) :
27-
this.visible(true);
25+
this.visible(false) :
26+
this.visible(true);
2827
}
2928
});
3029
});

0 commit comments

Comments
 (0)