Skip to content

Commit

Permalink
Sort by title asc
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Nov 29, 2024
1 parent 0affcc2 commit ea07e80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ const DEFAULT_POST_BASE = {
page: 1,
perPage: 20,
sort: {
field: 'date',
direction: 'desc',
field: 'title',
direction: 'asc',
},
fields: [ 'id', 'parent', 'title', 'author', 'status' ],
layout: defaultLayouts[ LAYOUT_LIST ].layout,
Expand Down

0 comments on commit ea07e80

Please sign in to comment.