Fixed issue when creating new DMPs

This commit is contained in:
George Kalampokis 2020-06-04 18:38:36 +03:00
parent 46cfc3dae6
commit 8ee2018617
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ export class DmpEditorComponent extends BaseComponent implements OnInit, IBreadC
this.dmp.grant = new GrantTabModel();
this.dmp.project = new ProjectFormModel();
this.dmp.funder = new FunderFormModel();
this.dmp.extraProperties = new ExtraPropertiesFormModel();
this.formGroup = this.dmp.buildForm();
this.registerFormEventsForNewItem();
if (this.isAuthenticated) {