Skip to content

Commit 92516cc

Browse files
committed
PB-108 remove redundant code
1 parent 7713139 commit 92516cc

File tree

2 files changed

+2
-11
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web

2 files changed

+2
-11
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/column-group/grid-size.js

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/column-group/grid-size.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ function validateNewGridSize(columnGroup: ContentTypeCollectionInterface<ColumnG
9898
}
9999
}
100100
});
101-
102-
columnGroup.getChildren()().forEach(
103-
(column: ContentTypeCollectionInterface<ColumnPreview>, index: number) => {
104-
updateColumnWidth(column, columnWidths[index]);
105-
});
106101
}
107102

108103
/**

0 commit comments

Comments
 (0)