Fix: Pagination not working on Frontend

Remove perPage and pages attributes from hand-picked collection
This commit is contained in:
Manish Menaria 2024-09-19 18:29:16 +05:30
parent d61baa405a
commit 58fd5f3dd0
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ const attributes = {
}, },
query: { query: {
orderBy: 'post__in', orderBy: 'post__in',
perPage: 0,
pages: 0,
}, },
hideControls: [ hideControls: [
CoreFilterNames.HAND_PICKED, CoreFilterNames.HAND_PICKED,