RED-6550 - changed back the key for recommendation

This commit is contained in:
Valentin Mihai 2023-04-25 13:24:01 +03:00
parent 08b8854c3b
commit 9ef6e8c0cb

View File

@ -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',