From 4700ec8098da0fe0450d6d10a77115bf44ecc103 Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Wed, 3 Jul 2024 16:31:42 +0300 Subject: [PATCH] RED-9527: fixed enter not saving the file attribute. --- .../file-attribute/file-attribute.component.html | 7 ++++--- .../file-attribute/file-attribute.component.ts | 12 ++++++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.html b/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.html index 5b47b90b7..f7609306c 100644 --- a/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.html +++ b/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.html @@ -40,7 +40,7 @@ [ngClass]="{ 'workflow-edit-button': mode === 'workflow', 'action-buttons edit-button': !fileNameColumn, - 'filename-edit-button': fileNameColumn + 'filename-edit-button': fileNameColumn, }" >
@@ -56,12 +56,13 @@ class="edit-input" iqserStopPropagation > -
+