From 95cd85c9abb9daa6d6f34ecbd1256e34ca7cd4d1 Mon Sep 17 00:00:00 2001 From: Gabriel Garcia Date: Tue, 25 Aug 2026 13:04:28 +0200 Subject: [PATCH] fix(deu) - fix contract details validation by using the new way to validate/render fields --- src/flows/Onboarding/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flows/Onboarding/utils.ts b/src/flows/Onboarding/utils.ts index 3cc0cecae..64aa3ad82 100644 --- a/src/flows/Onboarding/utils.ts +++ b/src/flows/Onboarding/utils.ts @@ -141,7 +141,7 @@ export const DEFAULT_VERSION = 1; * useContractDetailsSchema instead of useJSONSchemaForm. * FRA = wage portage, ITA = APL. */ -const JSF_V1_CONTRACT_DETAILS_COUNTRIES = ['FRA', 'ITA']; +const JSF_V1_CONTRACT_DETAILS_COUNTRIES = ['FRA', 'ITA', 'DEU']; /** * Checks if a country's contract details schema is served as jsfVersion 1