Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add required paginationLabel prop to TablePagination component's…
… use of Pagination This commit fixes a bug with the TablePagination component. This component renders the Pagination component without a paginationLabel prop, which is a required prop of the Pagination component. This commit adds a paginationLabel='table pagination' prop, which matches the prop passed to the PagintionComponent by the TablePaginationMinimal component.