Skip to content

Commit

Permalink
change page size
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius committed Aug 21, 2023
1 parent e1bb783 commit 01c4481
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export default class SearchPage extends Component<SearchArgs> {
'page[cursor]': page,
sort,
cardSearchFilter: filterQueryObject,
'page[size]': 10,
});
await searchResult.relatedProperties;
this.relatedProperties = searchResult.relatedProperties;
Expand Down

0 comments on commit 01c4481

Please sign in to comment.