Corrige un bug sur l'aide à la déclaration
parent
6cec10e7fc
commit
f64d140513
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue