Merge branch 'dev' of github.com:grafana/oncall into dev
This commit is contained in:
commit
bac6669a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -82,4 +82,4 @@ class FifteenPageSizePaginator(PathPrefixedPagePagination):
|
|||
|
||||
class TwentyFiveCursorPaginator(PathPrefixedCursorPagination):
|
||||
page_size = 25
|
||||
ordering = "-pk"
|
||||
ordering = "-started_at"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue