Skip to content

Commit b1471e8

Browse files
committed
Merge branch 'PB-107' of github.com:magento-obsessive-owls/magento2-page-builder into PB-107
2 parents c070d28 + 0cae3eb commit b1471e8

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)