We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7730d commit e41fccdCopy full SHA for e41fccd
client/packages/lowcoder/src/comps/comps/containerComp/containerComp.tsx
@@ -86,7 +86,7 @@ function convertOldContainerParams(params: CompParams<any>) {
86
value: {
87
container: {
88
showHeader: true,
89
- body: { 0 : { view: container } },
+ body: { 0: { view: container } },
90
showBody: true,
91
showFooter: false,
92
autoHeight: autoHeight,
0 commit comments