This commit is contained in:
Ubuntu 2023-10-27 21:17:29 +00:00
commit 5c984bb60e

View File

@ -493,7 +493,7 @@ export default function ClientTable({
<TablePagination
rowsPerPageOptions={[5, 10, 25]}
component="div"
count={listClients.length}
count={clients.length}
rowsPerPage={rowsPerPage}
page={page}
onPageChange={handleChangePage}