refactor: changed per_page to 30 (#1734)
This commit is contained in:
parent
cc2e6182b6
commit
7287c27b73
2 changed files with 2 additions and 4 deletions
|
|
@ -285,8 +285,7 @@ export const getPaginatedNotificationKey = (
|
|||
if (index === 0)
|
||||
return `/api/workspaces/${workspaceSlug}/users/notifications?${objToQueryParams({
|
||||
...params,
|
||||
// TODO: change to '100:0:0'
|
||||
cursor: "2:0:0",
|
||||
cursor: "30:0:0",
|
||||
})}`;
|
||||
|
||||
const cursor = prevData?.next_cursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue