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 6b9c5ed commit 98c62d0Copy full SHA for 98c62d0
client/packages/lowcoder/src/comps/comps/responsiveLayout/responsiveLayout.tsx
@@ -213,7 +213,7 @@ export const ResponsiveLayoutBaseComp = (function () {
213
214
{["layout", "both"].includes(useContext(EditorContext).editorModeStatus) && (
215
<>
216
- <Section name={sectionNames.layout}>
+ <Section name={sectionNames.layout}>
217
{children.autoHeight.getPropertyView()}
218
</Section>
219
<Section name={trans("responsiveLayout.rowLayout")}>
0 commit comments