Skip to content

Commit

Permalink
sorts resource instance select results #10304
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Nov 28, 2023
1 parent 041542f commit 575cbee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arches/app/media/js/viewmodels/resource-instance-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ define([
queryString.set('term-filter', JSON.stringify(termFilter));
}
}
queryString.set('sort-results', 'desc')
return queryString.toString();
}
},
Expand Down

0 comments on commit 575cbee

Please sign in to comment.