Skip to content

Commit

Permalink
sort by displayname
Browse files Browse the repository at this point in the history
  • Loading branch information
VargaJoe committed Nov 17, 2023
1 parent fbdc01a commit 7bac2ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const TypeFilter = () => {
oDataOptions: {
query: "-Categories:'*HideByDefault*' +TypeIs:'ContentType' .AUTOFILTERS:OFF",
select: ['Type', 'DisplayName'],
orderby: 'DisplayName',
},
requestInit: { signal: ac.signal },
})
Expand Down

0 comments on commit 7bac2ae

Please sign in to comment.