added page acceptance
This commit is contained in:
@@ -45,6 +45,8 @@ export default function BasePagination({ page, pageSize, totalCount, onChange }:
|
||||
onChange={(_, newPage) => onChange(newPage)}
|
||||
variant='outlined'
|
||||
shape='rounded'
|
||||
siblingCount={11}
|
||||
boundaryCount={1}
|
||||
color='primary'
|
||||
sx={{
|
||||
'.Mui-selected': {
|
||||
|
||||
Reference in New Issue
Block a user