mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fixed linting errors
This commit is contained in:
@@ -322,9 +322,4 @@ 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