Skip to content

Commit

Permalink
address search: page size 25
Browse files Browse the repository at this point in the history
  • Loading branch information
NC-jsAhonen committed Sep 12, 2023
1 parent 5b70a09 commit e240f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/address-search/AddressSearchInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class AddressSearchInput extends Component<Props, State> {
searchByKeyword = debounce((input: string) => {
const fetchByKeyword = (language: Language) => {
const url = `${SERVICE_MAP_URL}/search/?${stringifyQuery({
page_size: 4,
page_size: 25,
type: 'address',
input: input,
language: language,
Expand Down

0 comments on commit e240f3c

Please sign in to comment.