mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
upgraded to angular 8
This commit is contained in:
@@ -48,7 +48,7 @@ export class SubmissionSectionContainerComponent implements OnInit {
|
||||
/**
|
||||
* The SectionsDirective reference
|
||||
*/
|
||||
@ViewChild('sectionRef') sectionRef: SectionsDirective;
|
||||
@ViewChild('sectionRef', {static: false}) sectionRef: SectionsDirective;
|
||||
|
||||
/**
|
||||
* Initialize instance variables
|
||||
|
Reference in New Issue
Block a user