change list clients in page admin

This commit is contained in:
marcio1002 2023-10-27 18:16:38 -03:00
parent d43fc619d5
commit efabb48222

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}