Added results button to compact filters.

This commit is contained in:
2024-01-07 02:35:24 +01:00
parent b835d8eddf
commit ffcb77ab45
5 changed files with 149 additions and 67 deletions

View File

@@ -5,6 +5,7 @@ export async function onBeforeRender(pageContext) {
const {
actors,
countries,
cupRange,
limit,
total,
} = await fetchActors(curateActorsQuery(pageContext.urlQuery), {
@@ -19,6 +20,7 @@ export async function onBeforeRender(pageContext) {
pageProps: {
actors,
countries,
cupRange,
limit,
total,
},