Skip to content

Commit 160c52c

Browse files
committed
ACP2E-3898: Page Builder Product Widget ordering not being applied in GraphQL
1 parent 46306eb commit 160c52c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element/wysiwyg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ define([
1414
'Magento_Ui/js/modal/alert',
1515
'Magento_Ui/js/lib/view/utils/async'
1616
], function ($, _, Wysiwyg, $t, events, domObserver, PageBuilder, alertDialog) {
17-
'use strict';
17+
'use strict'; // eslint-disable-line strict
1818

1919
/**
2020
* Extend the original WYSIWYG with added PageBuilder functionality

0 commit comments

Comments
 (0)