From 9ef6e8c0cbd19e7a3dfc17ddba83f925a312ed94 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Tue, 25 Apr 2023 13:24:01 +0300 Subject: [PATCH] RED-6550 - changed back the key for recommendation --- apps/red-ui/src/app/modules/file-preview/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',