Skip to content

Commit a9af7bf

Browse files
authored
also allow one column in app settings
1 parent 1c0b5eb commit a9af7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const childrenMap = {
216216
disableCollision: valueComp<boolean>(false),
217217
lowcoderCompVersion: withDefault(StringControl, 'latest'),
218218
maxWidth: dropdownInputSimpleControl(OPTIONS, USER_DEFINE, "1920"),
219-
gridColumns: RangeControl.closed(8, 48, 24),
219+
gridColumns: RangeControl.closed(1, 48, 24),
220220
gridRowHeight: RangeControl.closed(4, 100, 8),
221221
gridRowCount: withDefault(NumberControl, DEFAULT_ROW_COUNT),
222222
gridPaddingX: withDefault(NumberControl, 20),

0 commit comments

Comments
 (0)