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 9dc74fd commit a9f9bdcCopy full SHA for a9f9bdc
frontend/src/screens/App/screens/AllStories/index.tsx
@@ -59,7 +59,7 @@ export default function Outtakes({
59
60
isLoading.current = true;
61
62
- return getAllStories(Math.max(pageSize, 1), nextToken.current)
+ return getAllStories(Math.max(pageSize, 100), nextToken.current)
63
.then((data) => handleNewPage(data))
64
.finally(() => {
65
isLoading.current = false;
0 commit comments