mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Remove limit from ember post API calls
ref #3004 - this is unnecessary and causing bugs
This commit is contained in:
parent
0c00692799
commit
74205134ef
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ import AuthenticatedRoute from 'ghost/routes/authenticated';
|
||||||
var paginationSettings = {
|
var paginationSettings = {
|
||||||
status: 'all',
|
status: 'all',
|
||||||
staticPages: 'all',
|
staticPages: 'all',
|
||||||
page: 1,
|
page: 1
|
||||||
limit: 15
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var PostsRoute = AuthenticatedRoute.extend(styleBody, {
|
var PostsRoute = AuthenticatedRoute.extend(styleBody, {
|
||||||
|
|
Loading…
Add table
Reference in a new issue