Locale compare dictionaries

This commit is contained in:
Timo 2020-12-15 15:28:09 +02:00
parent 9b0e1b6bae
commit 567a192207

View File

@ -78,6 +78,7 @@ export class ManualAnnotationDialogComponent implements OnInit {
}
}
}
this.redactionDictionaries.sort((a, b) => a.label.localeCompare(b.label));
}
public get hasScrollbar() {