From 1bacd7fc4a6d341b21cc0560dff29dd60e548217 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Tue, 2 Jul 2024 11:59:48 +0300 Subject: [PATCH] ui fix --- .../dmp-editor.component.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html b/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html index 177cb7613..3a76a78ef 100644 --- a/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html +++ b/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html @@ -216,7 +216,7 @@
- + {{formGroup.get('label').getError('backendError').message}} @@ -224,12 +224,12 @@
- +
- + {{ lang.name }} @@ -297,7 +297,7 @@
- + {{enumUtils.toDmpAccessTypeString(dmpAccessType)}} @@ -313,28 +313,28 @@
- + - +
{{field.label}} - + {{formGroup.get('properties').get('dmpBlueprintValues').get(field.id).get('fieldValue').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
- +
{{field.label}} - + {{formGroup.get('properties').get('dmpBlueprintValues').get(field.id).get('dateValue').getError('backendError').message}} @@ -344,7 +344,7 @@
{{field.label}} - + {{formGroup.get('properties').get('dmpBlueprintValues').get(field.id).get('numberValue').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}