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

This commit is contained in:
Valentin Mihai 2024-03-26 18:32:12 +02:00
parent 9982b8c37f
commit ed234ec5d6

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