diff --git a/frontend/src/pages/collection_page.tsx b/frontend/src/pages/collection_page.tsx index 535dd70..fcf9dfa 100644 --- a/frontend/src/pages/collection_page.tsx +++ b/frontend/src/pages/collection_page.tsx @@ -170,8 +170,8 @@ export default function CollectionPage() { { - return network.listCollectionResources(collection!.id); + loader={(page) => { + return network.listCollectionResources(collection!.id, page); }} actionBuilder={ isOwner