fixed remove buttons for both relatinoships and metadata

This commit is contained in:
lotte
2019-12-16 15:31:14 +01:00
parent e3355455af
commit aa7b3b7bb4
7 changed files with 56 additions and 46 deletions

View File

@@ -322,4 +322,9 @@ export class FormComponent implements OnDestroy, OnInit {
const control = group.controls[index] as FormControl;
return { $event, context, control, group, model, type };
}
print(data) {
console.log(data);
}
}