Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #298 from solocommand/idx-sort-selects
Browse files Browse the repository at this point in the history
Change sort order for custom select fields
  • Loading branch information
solocommand authored May 9, 2022
2 parents 18383f4 + c3345f1 commit c0baceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marko-web-identity-x/api/fragments/active-user.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fragment ActiveUserFragment on AppUser {
}
customSelectFieldAnswers(input: {
onlyActive: true
sort: { field: label, order: asc }
sort: { field: createdAt, order: asc }
}) {
id
hasAnswered
Expand Down

0 comments on commit c0baceb

Please sign in to comment.