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 b97caf0 commit 1d1b80dCopy full SHA for 1d1b80d
client/packages/lowcoder/src/comps/comps/containerComp/pageLayoutComp.tsx
@@ -60,8 +60,8 @@ export const ContainerBaseComp = (function () {
60
{children.container.children.showHeader.getView() && (
61
<Section name={"Header Style"}>
62
{ children.container.headerStylePropertyView() }
63
- </Section>
64
- )}
+ </Section>
+ )}
65
{children.container.children.showSider.getView() && (
66
<Section name={"Sider Style"}>
67
{ children.container.siderStylePropertyView() }
0 commit comments