Skip to content

Commit f3ca95a

Browse files
authored
Merge pull request #40 from iam4x/patch-1
fix(table): allow loading more than 100 entries
2 parents f108afb + eae3130 commit f3ca95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/notion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const queryCollectionBody = {
5656
query: { aggregations: [{ property: "title", aggregator: "count" }] },
5757
loader: {
5858
type: "table",
59-
limit: 100,
59+
limit: 999,
6060
searchQuery: "",
6161
userTimeZone: "Europe/Vienna",
6262
userLocale: "en",

0 commit comments

Comments
 (0)