Skip to content

Commit

Permalink
Merge pull request #406 from bcgsc/bugfix/DEVSU-2524-reorder-graphkb-…
Browse files Browse the repository at this point in the history
…evidence-levels

bugfix/DEVSU-2524 Re-order evidence levels for client tooltip dialog
  • Loading branch information
bnguyen-bcgsc authored Dec 3, 2024
2 parents 6941ebb + 5c4926c commit 119e6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/api/graphkb.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const graphkbEvidenceLevels = async (graphkbToken) => {
filters: {name: 'ipr'},
},
},
orderBy: 'displayName',
limit: 100,
skip: 0,
target: 'EvidenceLevel',
Expand Down

0 comments on commit 119e6e8

Please sign in to comment.