From ed234ec5d66d374a3aa704d9af388645f9a038c7 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Tue, 26 Mar 2024 18:32:12 +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), - }, ]; } }