-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CNFT1-3361: Change search page size to 20 #1953
Conversation
const routing = [ | ||
{ | ||
path: 'search', | ||
element: <SearchPage />, | ||
element: <SearchPage paging={{ pageSize: SEARCH_PAGE_SIZE }} />, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying to decide if this change belongs here or in SearchPageProvider. The other default value of PageProvider
is overridden in the SearchPageProvider
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I debated this myself. Let me know I can move it there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Oh nice!
Description
Change default page size for search to 20.
Tickets
Checklist before requesting a review