Skip to content

Commit

Permalink
Changed default ordering of Gene Search result columns.
Browse files Browse the repository at this point in the history
  • Loading branch information
alancleary committed Aug 4, 2023
1 parent fb4bc70 commit d986d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lis-gene-search-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ LisPaginatedSearchMixin(LitElement)<GeneSearchData, GeneSearchResult>() {
this.resultAttributes = [
"name",
"identifier",
"locations",
"description",
"geneFamilyAssignments",
"genus",
"species",
"strain",
"geneFamilyAssignments",
"locations",
];
this.tableHeader = {
name: "Name",
Expand Down

0 comments on commit d986d29

Please sign in to comment.