Skip to content

Commit 16bc21b

Browse files
authored
Fix reference to UI library for improved performance
1 parent 3046f62 commit 16bc21b

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)