Skip to content

Commit 32b1ab1

Browse files
committed
MC-17868: Break jQuery UI into widgets and make a prototype
- Swap jquery/ui with separate jquery ui widget;
1 parent d89bd6d commit 32b1ab1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/base/web/js/content-type/tabs/appearance/default

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/base/web/js/content-type/tabs/appearance/default/widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
define([
66
'jquery',
77
'Magento_PageBuilder/js/events',
8-
'jquery/ui'
8+
'jquery-ui-modules/tabs'
99
], function ($, events) {
1010
'use strict';
1111

0 commit comments

Comments
 (0)