Skip to content

Commit

Permalink
fix: Order fetchOntologyOptions by order (#4198)
Browse files Browse the repository at this point in the history
 fix: Order fetchOntologyOptions by name

Closes #2831
  • Loading branch information
connoratrug authored Sep 13, 2024
1 parent 2923727 commit 1d41c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/molgenis-components/src/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ const fetchOntologyOptions = async (
const tableDataQuery = `query ${tableId} {
${tableId}(
limit:100000
orderby: { order: ASC }
)
{
order
Expand Down

0 comments on commit 1d41c14

Please sign in to comment.