Added results button to compact filters.
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user