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 5018633 commit e5c13ceCopy full SHA for e5c13ce
frontend/src/config/store/store.utils.ts
@@ -56,7 +56,7 @@ export function getBlankTable(name?: string): AnswerTable {
56
id: cuid(),
57
name: name ?? "First Table",
58
columns: times(10, getBlankColumn),
59
- rows: times(1000, getBlankRow),
+ rows: times(100, getBlankRow),
60
globalRules: [],
61
filters: [],
62
chunks: {},
0 commit comments