From 641f24e0c999769c969d1863c36edae5d37a8169 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Wed, 6 Dec 2023 18:04:06 +0200 Subject: [PATCH] RED-7761 - removed also the "paragraph" field when "reason" is not available --- .../edit-redaction-dialog.component.html | 60 +++++++++---------- 1 file changed, 29 insertions(+), 31 deletions(-) diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/edit-redaction-dialog/edit-redaction-dialog.component.html b/apps/red-ui/src/app/modules/file-preview/dialogs/edit-redaction-dialog/edit-redaction-dialog.component.html index 5dd7e7e0e..e1108cffc 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/edit-redaction-dialog/edit-redaction-dialog.component.html +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/edit-redaction-dialog/edit-redaction-dialog.component.html @@ -38,38 +38,36 @@ - - -
- - - - - {{ option.label }} - - - -
- -
- - +
+ + + -
- + class="full-width" + formControlName="reason" + > + + {{ option.label }} + + + +
+ +
+ + +