From 5c5f2dcc5135dc464108a113a2f90d02f153c402 Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Wed, 6 Dec 2023 12:36:07 +0200 Subject: [PATCH] RED-7762: fixed asterisk and invalid form conditions. --- .../edit-redaction-dialog.component.html | 2 +- .../edit-redaction-dialog.component.ts | 6 +----- 2 files changed, 2 insertions(+), 6 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 a71108d1e..5dd7e7e0e 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 @@ -40,7 +40,7 @@ -
+
annotation.isSkipped); - } - get someSkipped() { return this.data.annotations.some(annotation => annotation.isSkipped); }