Skip to content

Commit 0cae3eb

Browse files
committed
PB-107: Display total number of products matched into ProductsList
- populate total number of products
1 parent 9ad10b6 commit 0cae3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element/product-totals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ define([
7272
.replace('%2', this.totalDisabledProducts())
7373
);
7474
}.bind(this)
75-
).fail(() => {
75+
).fail(function () {
7676
this.value($t("An unknown error occurred. Please try again."));
7777
});
7878
}, 10),

0 commit comments

Comments
 (0)