From af502ea4be04674f6fc46c15e9d70110f98ef649 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Mon, 13 May 2024 14:19:02 +0300 Subject: [PATCH] fix stepper labels of description-template-editor --- .../editor/description-template-editor.component.html | 8 ++------ .../editor/description-template-editor.component.ts | 4 ++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dmp-frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html b/dmp-frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html index 97acd6517..6f2896f54 100644 --- a/dmp-frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html +++ b/dmp-frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html @@ -24,18 +24,14 @@
-
- + done - - {{idx+1}} - {{step.label}}
@@ -266,7 +262,7 @@
- +
diff --git a/dmp-frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.ts b/dmp-frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.ts index eae125eef..cd009a865 100644 --- a/dmp-frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.ts +++ b/dmp-frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.ts @@ -94,6 +94,10 @@ export class DescriptionTemplateEditorComponent extends BaseEditor