Skip to content

Commit e5c13ce

Browse files
committed
100 default rows
1 parent 5018633 commit e5c13ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/config/store/store.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function getBlankTable(name?: string): AnswerTable {
5656
id: cuid(),
5757
name: name ?? "First Table",
5858
columns: times(10, getBlankColumn),
59-
rows: times(1000, getBlankRow),
59+
rows: times(100, getBlankRow),
6060
globalRules: [],
6161
filters: [],
6262
chunks: {},

0 commit comments

Comments
 (0)