Modfied pagination size
This commit is contained in:
parent
55e1963192
commit
3546dde71c
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ export default function PaginatedList({
|
|||
count={count}
|
||||
onChange={handleChangePage}
|
||||
page={page}
|
||||
siblingCount={1}
|
||||
size='small'
|
||||
/>
|
||||
</Box>
|
||||
)}
|
||||
|
|
|
|||
Reference in a new issue