Skip to content

Commit

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

0 comments on commit 355b3c8

Please sign in to comment.