Build force
This commit is contained in:
parent
6882284b91
commit
32d3351d56
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user