mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
updated to the latest 9.x version
This commit is contained in:
@@ -26,7 +26,7 @@ export class ProfilePageComponent implements OnInit {
|
||||
/**
|
||||
* A reference to the metadata form component
|
||||
*/
|
||||
@ViewChild(ProfilePageMetadataFormComponent, {static: false}) metadataForm: ProfilePageMetadataFormComponent;
|
||||
@ViewChild(ProfilePageMetadataFormComponent) metadataForm: ProfilePageMetadataFormComponent;
|
||||
|
||||
/**
|
||||
* The authenticated user as observable
|
||||
|
Reference in New Issue
Block a user