Skip to content

Commit

Permalink
turn off sorting on ortholog column (it's a composite of two columns)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Dec 13, 2024
1 parent e6eef6a commit 5320402
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/node/AssociationsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ const orthologColoumns = computed<Cols<Datum>>(() => {
slot: "ortholog",
key: "ortholog" as Datum,
heading: "Ortholog",
sortable: true,
},
{
slot: "has_evidence",
Expand Down

0 comments on commit 5320402

Please sign in to comment.