mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Pagenator should be Paginator
This commit is contained in:
parent
8bb05b41ce
commit
cb9e393fbc
7 changed files with 14 additions and 14 deletions
|
|
@ -518,7 +518,7 @@ export function changeTheme(value, themeTrigger = ()=>{}) {
|
|||
/**
|
||||
* @returns {function}
|
||||
*/
|
||||
export function computedPagenatorHelper(koCurrentPage, koPageCount) {
|
||||
export function computedPaginatorHelper(koCurrentPage, koPageCount) {
|
||||
return () => {
|
||||
const currentPage = koCurrentPage(),
|
||||
pageCount = koPageCount(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue