Merge branch 'VM/RED-8638' into 'master'

RED-8638 - In the workload, annotations with manualChanges have the hand icon displayed

Closes RED-8638

See merge request redactmanager/red-ui!366
This commit is contained in:
Dan Percic 2024-03-26 18:59:05 +01:00
commit f000415b8e

View File

@ -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),
},
];
}
}