mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
fixed remove buttons for both relatinoships and metadata
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user