mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
upgraded to angular 8
This commit is contained in:
@@ -112,7 +112,7 @@ export class SubmissionSectionformComponent extends SectionModelComponent {
|
||||
/**
|
||||
* The FormComponent reference
|
||||
*/
|
||||
@ViewChild('formRef') private formRef: FormComponent;
|
||||
@ViewChild('formRef', {static: false}) private formRef: FormComponent;
|
||||
|
||||
/**
|
||||
* Initialize instance variables
|
||||
|
Reference in New Issue
Block a user