Skip to content

Commit ec2d10d

Browse files
committed
PB-107: Display total number of products matched into ProductsList
- populate total number of products
1 parent afc77ef commit ec2d10d

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
@@ -8,7 +8,7 @@ define([
88
'jquery',
99
'Magento_PageBuilder/js/form/provider/conditions-data-processor',
1010
'Magento_Ui/js/form/element/abstract'
11-
], function (_, $, ko, conditionsDataProcessor, Abstract) {
11+
], function (_, $, conditionsDataProcessor, Abstract) {
1212
'use strict';
1313

1414
return Abstract.extend({

0 commit comments

Comments
 (0)