Added actors pagination.
This commit is contained in:
@@ -9,7 +9,7 @@ export async function onBeforeRender(pageContext) {
|
||||
total,
|
||||
} = await fetchActors(curateActorsQuery(pageContext.urlQuery), {
|
||||
page: Number(pageContext.routeParams.page) || 1,
|
||||
limit: Number(pageContext.urlParsed.search.limit) || 50,
|
||||
limit: Number(pageContext.urlParsed.search.limit) || 120,
|
||||
});
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user