Skip to content

Commit 851ddf1

Browse files
Merge pull request #10 from mageplaza/develop23
Fix reference to UI library for improved performance
2 parents bbdc51b + 16bc21b commit 851ddf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/web/js/view/layer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ define([
2222
'jquery',
2323
'Mageplaza_AjaxLayer/js/action/submit-filter',
2424
'Magento_Catalog/js/price-utils',
25-
'jquery/ui',
25+
'jquery-ui-modules/widget',
2626
'accordion',
2727
'productListToolbarForm'
2828
], function ($, submitFilterAction, ultil) {

0 commit comments

Comments
 (0)