Build force

This commit is contained in:
Timo 2020-12-15 15:31:31 +02:00
parent 6882284b91
commit 32d3351d56

View File

@ -33,6 +33,10 @@ export class ManualAnnotationDialogComponent implements OnInit {
@ViewChild('textarea') private _textarea: ElementRef;
get title() {
return this._manualAnnotationService.getTitle(this.manualRedactionEntryWrapper.type);
}
constructor(
private readonly _appStateService: AppStateService,
private readonly _userService: UserService,
@ -97,10 +101,6 @@ export class ManualAnnotationDialogComponent implements OnInit {
);
}
get title() {
return this._manualAnnotationService.getTitle(this.manualRedactionEntryWrapper.type);
}
private _enhanceManualRedaction(addRedactionRequest: AddRedactionRequest) {
const legalOption: any = this.redactionForm.get('reason').value;
addRedactionRequest.type = this.redactionForm.get('dictionary').value;