diff --git a/src/pagination/PaginationList.js b/src/pagination/PaginationList.js index 46bd87b76..5f87f13cc 100644 --- a/src/pagination/PaginationList.js +++ b/src/pagination/PaginationList.js @@ -111,7 +111,7 @@ class PaginationList extends Component { sizePerPage, sizePerPageList, pageStartIndex, - totalPages: this.totalPages, + totalPages: this.totalPages, changePage: this.changePage, toggleDropDown: this.toggleDropDown, changeSizePerPage: this.changeSizePerPage,