mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
🐛 Fixed pagination for subscribers
closes #10074 - the `page` option was missing
This commit is contained in:
parent
275d82199f
commit
5f7401051c
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ const subscribers = {
|
|||
'fields',
|
||||
'filter',
|
||||
'order',
|
||||
'debug'
|
||||
'debug',
|
||||
'page'
|
||||
],
|
||||
permissions: true,
|
||||
validation: {},
|
||||
|
|
Loading…
Reference in a new issue