You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify Pagination logic and adjust default page size in ScorecardList
- Removed redundant page size options from `Pagination` to streamline the component.
- Updated default `pageSize` from 8 to 10 for consistency across hooks and pagination logic.
- Added safeguard in `onPageChange` to prevent navigating beyond available pages.
0 commit comments