mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
values refactored backward
This commit is contained in:
parent
bd580338e5
commit
1ea0709efd
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ export const Container = ({
|
|||
...boxes[id]['layouts'],
|
||||
[currentLayout]: {
|
||||
...boxes[id]['layouts'][currentLayout],
|
||||
width: width, height: height, top, left
|
||||
width, height, top, left
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue