Legal Optins / Reasons are now from backend
This commit is contained in:
parent
3799bd6a9e
commit
23e8bbf69c
@ -46,7 +46,7 @@ export class ManualAnnotationDialogComponent implements OnInit {
|
||||
|
||||
async ngOnInit() {
|
||||
this._legalBasisMappingControllerService.getLegalBasisMapping().subscribe((data) => {
|
||||
for (let key of Object.keys(data.reasonByLegalBasis)) {
|
||||
for (const key of Object.keys(data.reasonByLegalBasis)) {
|
||||
this.legalOptions.push({
|
||||
legalBasis: key,
|
||||
label: data.reasonByLegalBasis[key]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user