RED-4446: Fix reject suggestion for "Remove from Dictionary" for hint
This commit is contained in:
parent
59d4ad300a
commit
ae796c082e
@ -429,7 +429,7 @@ export class AnnotationWrapper implements IListable, Record<string, unknown> {
|
||||
case LogEntryStatus.APPROVED:
|
||||
return SuperTypes.Redaction;
|
||||
case LogEntryStatus.DECLINED:
|
||||
return SuperTypes.Skipped;
|
||||
return isHintDictionary ? SuperTypes.Hint : SuperTypes.Skipped;
|
||||
case LogEntryStatus.REQUESTED:
|
||||
return SuperTypes.SuggestionRemoveDictionary;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user