Skip to content

Commit

Permalink
Merge branch '25086-idra-news-events-split' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbutura committed Jun 5, 2024
2 parents 7554c97 + 0a478ef commit ab39882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next-drupal/src/hooks/useSearchApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export const useSearchApp = (
}
}

emptyQuery.page.limit = appConfig.pageSize.toString()
const parsedQuery = { ...emptyQuery, ...djap.getQueryObject() }
const hasQuery = queryHasConditions(parsedQuery)

Expand Down

0 comments on commit ab39882

Please sign in to comment.