Skip to content

Commit

Permalink
Don't sort throughput type, use configured order
Browse files Browse the repository at this point in the history
Refs #2297
  • Loading branch information
kimrutherford committed Dec 12, 2024
1 parent ba61467 commit 21fedcd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,5 @@ export class AnnotationTableThroughputFilterComponent implements OnInit, OnChang
}
}

this.choiceData.sort((a, b) => {
return a.displayName.localeCompare(b.displayName);
});
}
}

0 comments on commit 21fedcd

Please sign in to comment.