fix RED-3479

This commit is contained in:
Dan Percic 2022-03-11 14:54:45 +02:00
parent f876392842
commit caabdbf632

View File

@ -412,7 +412,7 @@ export class AnnotationWrapper {
case ManualRedactionType.FORCE_HINT:
switch (lastManualChange.annotationStatus) {
case LogEntryStatus.APPROVED:
return 'redaction';
return 'hint';
case LogEntryStatus.DECLINED:
return 'ignored-hint';
case LogEntryStatus.REQUESTED: