Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pagination): updating Pagination.totalPages
When updating `Pagination.totalPages` after total amount of items changed it goes to the last page (by calling `this.selectPage(totalPages)`). Instead, if at all, it should go to `this.page`.
- Loading branch information