admin articles: Increase pagination to 20 per page

master
Jonatan Nilsson 2019-10-03 15:44:59 +00:00
parent b3da97cf36
commit 14d5c6346a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const AdminArticles = {
document.title = 'Articles Page ' + this.lastpage + ' - Admin NFP Moe'
return pagination.fetchPage(Article.getAllArticlesPagination({
per_page: 10,
per_page: 20,
page: this.lastpage,
includes: ['parent', 'staff'],
}))