Skip to content

Commit

Permalink
feat(app): increase survey entry list from 10 to 100 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Dec 22, 2022
1 parent dc5d9a9 commit 33b9afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/surveys/[id]/entries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function SurveyEntryListPage() {
data: TellMe.Data
tree: TellMe.Tree
}
>(`surveys/${surveyId}`)
>(`surveys/${surveyId}?perPage=100`)
if (maybeBody === null || maybeBody.hasError) {
return
}
Expand Down

0 comments on commit 33b9afd

Please sign in to comment.