RED-8483: disabled in-dossier option for recategorized annotations.
This commit is contained in:
parent
270dbc42c1
commit
d7e6111a82
@ -133,7 +133,7 @@ export const getResizeRedactionOptions = (
|
||||
label: translations.inDossier.label,
|
||||
description: translations.inDossier.description,
|
||||
descriptionParams: { dossierName: dossier.dossierName },
|
||||
disabled: !dictBasedType,
|
||||
disabled: !dictBasedType || redaction.hasBeenRecategorized,
|
||||
tooltip: !dictBasedType ? translations.inDossier.tooltip : null,
|
||||
icon: FOLDER_ICON,
|
||||
value: RedactOrHintOptions.IN_DOSSIER,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user