Skip to content

Commit 1e769a2

Browse files
fix: set match column height default value to true
1 parent f3e5e96 commit 1e769a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/responsiveLayout/responsiveLayout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const childrenMap = {
6666
}),
6767
autoHeight: AutoHeightControl,
6868
rowBreak: withDefault(BoolControl, false),
69-
matchColumnsHeight: withDefault(BoolControl, false),
69+
matchColumnsHeight: withDefault(BoolControl, true),
7070
rowStyle: withDefault(styleControl(ResponsiveLayoutRowStyle), {}),
7171
columnStyle: withDefault(styleControl(ResponsiveLayoutColStyle), {}),
7272
columnPerRowLG: withDefault(NumberControl, 4),

0 commit comments

Comments
 (0)