mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
fixes: on reload of apps subcontainer children position changes
This commit is contained in:
parent
d6ca463938
commit
e89a1e4c9e
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export class ComponentsService {
|
|||
newLayout.width = layout.width;
|
||||
newLayout.height = layout.height;
|
||||
newLayout.component = component;
|
||||
newLayout.dimensionUnit = LayoutDimensionUnits.PERCENT;
|
||||
newLayout.dimensionUnit = LayoutDimensionUnits.COUNT;
|
||||
|
||||
componentLayouts.push(newLayout);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue