diff --git a/app/javascript/components/TypesDeChampEditor/components/TypeDeChamp.tsx b/app/javascript/components/TypesDeChampEditor/components/TypeDeChamp.tsx index 4fd8c31c7..4d5a2b34a 100644 --- a/app/javascript/components/TypesDeChampEditor/components/TypeDeChamp.tsx +++ b/app/javascript/components/TypesDeChampEditor/components/TypeDeChamp.tsx @@ -161,6 +161,7 @@ export const TypeDeChampComponent = SortableElement( /> ; @@ -32,6 +34,17 @@ export function TypeDeChampPieceJustificative({ ); } + + if (isTitreIdentite) { + return ( +
+

+ Dans le cadre de la RGPD, le titre d'identité sera supprimé lors + de l'acceptation du dossier +

+
+ ); + } return null; }