Skip to content

Commit 203a686

Browse files
committed
ACP2E-2909: dynamic-rows.js:658 Uncaught TypeError: dataRecord.slice while editing bundle products
- Checking the build failures.
1 parent 2d44f20 commit 203a686

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

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

0 commit comments

Comments
 (0)