diff --git a/ui/app/(wrapped)/intentions/intentionForm/capaciteSection/CapaciteSection.tsx b/ui/app/(wrapped)/intentions/intentionForm/capaciteSection/CapaciteSection.tsx index 38a9a013b..af8ff0a0b 100644 --- a/ui/app/(wrapped)/intentions/intentionForm/capaciteSection/CapaciteSection.tsx +++ b/ui/app/(wrapped)/intentions/intentionForm/capaciteSection/CapaciteSection.tsx @@ -80,7 +80,7 @@ export const CapaciteSection = () => { const typeDemande = watch("typeDemande"); const mixte = watch("mixte"); - const isTransfertApprentissage = watch("motif").includes( + const isTransfertApprentissage = watch("motif")?.includes( "transfert_apprentissage" );