Corrige un bug sur l'aide à la déclaration

pull/2129/head
Johan Girod 2022-05-09 15:23:39 +02:00
parent 6cec10e7fc
commit f64d140513
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ export function SimpleField({
label={displayedLabel}
required={meta.requis === 'oui'}
missing={
evaluation.nodeValue === undefined &&
evaluation.nodeValue === undefined ||
!isEmpty(evaluation.missingVariables)
}
onChange={dispatchValue}