mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
Remove limit from ember post API calls
ref #3004 - this is unnecessary and causing bugs
This commit is contained in:
parent
2dd5c5218a
commit
bdbafc1831
@ -4,8 +4,7 @@ import AuthenticatedRoute from 'ghost/routes/authenticated';
|
||||
var paginationSettings = {
|
||||
status: 'all',
|
||||
staticPages: 'all',
|
||||
page: 1,
|
||||
limit: 15
|
||||
page: 1
|
||||
};
|
||||
|
||||
var PostsRoute = AuthenticatedRoute.extend(styleBody, {
|
||||
|
Loading…
Reference in New Issue
Block a user