File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/column-line Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import {
17
17
MaxGhostWidth ,
18
18
ResizeHistory ,
19
19
} from "Magento_PageBuilder/js/content-type/column-group/preview" ;
20
+ import ColumnGroupPreview from "Magento_PageBuilder/js/content-type/column-group/preview" ;
20
21
import {
21
22
getDragColumn ,
22
23
removeDragColumn ,
@@ -27,7 +28,6 @@ import {
27
28
InitElementEventParamsInterface ,
28
29
} from "Magento_PageBuilder/js/content-type/column/column-events.types" ;
29
30
import ColumnPreview from "Magento_PageBuilder/js/content-type/column/preview" ;
30
- import ColumnGroupPreview from "Magento_PageBuilder/js/content-type/column-group/preview" ;
31
31
import {
32
32
ContentTypeDroppedCreateEventParamsInterface ,
33
33
ContentTypeRemovedEventParamsInterface ,
@@ -127,7 +127,7 @@ export default class Preview extends PreviewCollection {
127
127
128
128
const parentPreview = this . contentType . parentContentType . preview as ColumnGroupPreview ;
129
129
this . gridSizeArray ( parentPreview . gridSizeArray ( ) ) ;
130
- parentPreview . gridSizeArray . subscribe ( ( gridSize : Array < any > ) => {
130
+ parentPreview . gridSizeArray . subscribe ( ( gridSize : any [ ] ) => {
131
131
this . gridSizeArray ( gridSize ) ;
132
132
} ) ;
133
133
You can’t perform that action at this time.
0 commit comments