Merge branch 'RED-10440' into 'master'
RED-10440: fixed redacted image hint display color. See merge request redactmanager/red-ui!688
This commit is contained in:
commit
931d311281
@ -84,7 +84,10 @@ export class AnnotationWrapper implements IListable {
|
||||
}
|
||||
|
||||
get isRedactedImageHint() {
|
||||
return this.IMAGE_HINT && this.superType === SuperTypes.Redaction;
|
||||
return (
|
||||
(this.IMAGE_HINT && this.superType === SuperTypes.Redaction) ||
|
||||
(this.IMAGE_HINT && this.superType === SuperTypes.ManualRedaction)
|
||||
);
|
||||
}
|
||||
|
||||
get isSkippedImageHint() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user