Fix: Pagination not working on Frontend
Remove perPage and pages attributes from hand-picked collection
This commit is contained in:
parent
d61baa405a
commit
58fd5f3dd0
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue