diff --git a/src/app/annotation-table-throughput-filter/annotation-table-throughput-filter.component.ts b/src/app/annotation-table-throughput-filter/annotation-table-throughput-filter.component.ts index 23fbc4ae..6db8d8b4 100644 --- a/src/app/annotation-table-throughput-filter/annotation-table-throughput-filter.component.ts +++ b/src/app/annotation-table-throughput-filter/annotation-table-throughput-filter.component.ts @@ -74,8 +74,5 @@ export class AnnotationTableThroughputFilterComponent implements OnInit, OnChang } } - this.choiceData.sort((a, b) => { - return a.displayName.localeCompare(b.displayName); - }); } }