From e4e009f5b138c7146d73b6f1c04cbc2d36e9cfa2 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 18 Feb 2022 15:57:17 +0200 Subject: [PATCH] Fix after prefill datase editor behaviour - 7545 --- .../dataset-wizard/dataset-wizard.component.html | 4 ++-- .../dataset-wizard/dataset-wizard.component.ts | 3 +++ .../src/app/ui/dmp/editor/dmp-editor.component.ts | 15 ++------------- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html index 9a0a489c8..ec1cb77f6 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html @@ -89,7 +89,7 @@ chevron_right
{{'DMP-EDITOR.STEPPER.NEXT' | translate}}
-
+
{{ 'DATASET-WIZARD.ACTIONS.SAVE-AND-ADD' | translate }}
@@ -107,7 +107,7 @@