fix(client): noPaging: true with gallery/featured
This commit is contained in:
parent
5cabbd0eef
commit
35613fd642
2 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,7 @@ const recentPostsPagination = {
|
|||
};
|
||||
const popularPostsPagination = {
|
||||
endpoint: 'gallery/featured' as const,
|
||||
limit: 5,
|
||||
noPaging: true,
|
||||
};
|
||||
const myPostsPagination = {
|
||||
endpoint: 'i/gallery/posts' as const,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue