From 8ee201861759e24355c4745cefd992606ba8e500 Mon Sep 17 00:00:00 2001 From: George Kalampokis Date: Thu, 4 Jun 2020 18:38:36 +0300 Subject: [PATCH] Fixed issue when creating new DMPs --- dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.ts b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.ts index 33f31b2fe..25f661180 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.ts +++ b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.ts @@ -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) {