diff --git a/apps/red-ui/src/app/dialogs/manual-redaction-dialog/manual-annotation-dialog.component.ts b/apps/red-ui/src/app/dialogs/manual-redaction-dialog/manual-annotation-dialog.component.ts index 0d1244721..2885806e6 100644 --- a/apps/red-ui/src/app/dialogs/manual-redaction-dialog/manual-annotation-dialog.component.ts +++ b/apps/red-ui/src/app/dialogs/manual-redaction-dialog/manual-annotation-dialog.component.ts @@ -78,6 +78,7 @@ export class ManualAnnotationDialogComponent implements OnInit { } } } + this.redactionDictionaries.sort((a, b) => a.label.localeCompare(b.label)); } public get hasScrollbar() {