Skip to content

Commit 96351a6

Browse files
committed
ACP2E-3286: Related products SelectAll/Unselect All Issue
1 parent dd6fe09 commit 96351a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/view/frontend/web/js/related-products.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ define([
4848
*/
4949
_selectAllRelated: function (e) {
5050
let isChecked = this.options.relatedProductsCheckFlag;
51+
5152
$(e.target).html(isChecked ? this.options.selectAllMessage : this.options.unselectAllMessage);
5253
this.options.relatedProductsCheckFlag = !isChecked;
5354

0 commit comments

Comments
 (0)