diff --git a/apps/red-ui/src/app/modules/file-preview/utils/constants.ts b/apps/red-ui/src/app/modules/file-preview/utils/constants.ts index bf5b122d1..63376f5f0 100644 --- a/apps/red-ui/src/app/modules/file-preview/utils/constants.ts +++ b/apps/red-ui/src/app/modules/file-preview/utils/constants.ts @@ -3,7 +3,7 @@ import { List, ValuesOf } from '@iqser/common-ui'; export const ActionsHelpModeKeys = { redaction: 'redaction', 'manual-redaction': 'redaction', - recommendation: 'false_positive_entity', + recommendation: 'recommendation', skipped: 'skipped', hint: 'hint_text', 'hint-ocr': 'hint_picture',