File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ define([
14
14
15
15
return Abstract . extend ( {
16
16
validate : function ( ) {
17
- const formQuery = 'index=' + this . ns ;
18
- const externalForm = this . requestModule ( formQuery ) ( ) ;
19
- const nonEmptyColumnCount = externalForm . source . data . non_empty_column_count ;
20
- const maxGridSize = externalForm . source . data . max_grid_size ;
17
+ let formQuery = 'index=' + this . ns ;
18
+ let externalForm = this . requestModule ( formQuery ) ( ) ;
19
+ let nonEmptyColumnCount = externalForm . source . data . non_empty_column_count ;
20
+ let maxGridSize = externalForm . source . data . max_grid_size ;
21
21
this . validationParams = {
22
22
'non_empty_column_count' : nonEmptyColumnCount ,
23
23
'max_grid_size' : maxGridSize
You can’t perform that action at this time.
0 commit comments