Fix frontend issue
This commit is contained in:
parent
7c327949dd
commit
644976be29
|
@ -13,7 +13,7 @@ export class DatasetProfileEditorAutoCompleteFieldComponent implements OnInit {
|
||||||
|
|
||||||
@Input() form: FormGroup;
|
@Input() form: FormGroup;
|
||||||
private data: AutoCompleteFieldDataEditorModel = new AutoCompleteFieldDataEditorModel();
|
private data: AutoCompleteFieldDataEditorModel = new AutoCompleteFieldDataEditorModel();
|
||||||
multiForm: AbstractControl;
|
multiForm: FormArray;
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
this.multiForm = (<FormArray>this.form.get('data').get('autoCompleteSingleDataList'));
|
this.multiForm = (<FormArray>this.form.get('data').get('autoCompleteSingleDataList'));
|
||||||
|
|
Loading…
Reference in New Issue