admin articles: Increase pagination to 20 per page
This commit is contained in:
parent
b3da97cf36
commit
14d5c6346a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const AdminArticles = {
|
||||||
document.title = 'Articles Page ' + this.lastpage + ' - Admin NFP Moe'
|
document.title = 'Articles Page ' + this.lastpage + ' - Admin NFP Moe'
|
||||||
|
|
||||||
return pagination.fetchPage(Article.getAllArticlesPagination({
|
return pagination.fetchPage(Article.getAllArticlesPagination({
|
||||||
per_page: 10,
|
per_page: 20,
|
||||||
page: this.lastpage,
|
page: this.lastpage,
|
||||||
includes: ['parent', 'staff'],
|
includes: ['parent', 'staff'],
|
||||||
}))
|
}))
|
||||||
|
|
Loading…
Reference in a new issue