From 0df50c337b6c4e47757178dade239308b243cfdd Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Tue, 26 Mar 2024 18:28:20 +0200 Subject: [PATCH] RED-8638 - In the workload, annotations with manualChanges have the hand icon displayed --- .../annotation-details/annotation-details.component.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/red-ui/src/app/modules/file-preview/components/annotation-details/annotation-details.component.ts b/apps/red-ui/src/app/modules/file-preview/components/annotation-details/annotation-details.component.ts index b3b385268..b714ee549 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/annotation-details/annotation-details.component.ts +++ b/apps/red-ui/src/app/modules/file-preview/components/annotation-details/annotation-details.component.ts @@ -93,11 +93,6 @@ export class AnnotationDetailsComponent implements OnChanges { description: _('annotation-engines.imported'), show: isBasedOn(annotation, Engines.IMPORTED), }, - { - icon: 'red:redaction-changes', - description: _('annotation-engines.manual'), - show: isBasedOn(annotation, Engines.MANUAL), - }, ]; } }