diff --git a/opencti-platform/opencti-front/src/private/components/data/playbooks/PlaybookAddComponents.jsx b/opencti-platform/opencti-front/src/private/components/data/playbooks/PlaybookAddComponents.jsx index bcce2088a8ebc..041811c2ecd21 100644 --- a/opencti-platform/opencti-front/src/private/components/data/playbooks/PlaybookAddComponents.jsx +++ b/opencti-platform/opencti-front/src/private/components/data/playbooks/PlaybookAddComponents.jsx @@ -495,7 +495,7 @@ const PlaybookAddComponentsContent = ({ {Array(actionsInputs.length) .fill(0) .map((_, i) => ( - <> + {(actionsInputs[i]?.op === 'remove' || (actionsInputs[i]?.op === 'replace' && ['objectMarking', 'objectLabel'].includes(actionsInputs[i]?.attribute))) && ( {t_i18n('This operations will only apply on labels or markings added in the context of this playbook such as enrichment or other knowledge manipulations but not if the labels or markings are already written in the platform.')} @@ -544,7 +544,7 @@ const PlaybookAddComponentsContent = ({ - + ))}