Skip to content

Commit 68f7325

Browse files
committed
PB-500 fix failing unit tests
1 parent b143a25 commit 68f7325

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element/validator-rules-mixin.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
define([
77
'jquery',
88
'underscore',
9-
'Magento_PageBuilder/js/content-type/column-group/grid-size',
109
'Magento_Ui/js/lib/validation/utils'
11-
], function ($, _, gridSizeUtil ,utils) {
10+
], function ($, _, utils) {
1211
'use strict';
1312

1413
/**

0 commit comments

Comments
 (0)