Inconsistency fix

This commit is contained in:
Joseph Garrone 2024-06-08 04:10:04 +02:00
parent 702f52f1c9
commit 2bfb856f07

View File

@ -370,7 +370,7 @@ function InputTag(props: InputFiledByTypeProps & { fieldIndex: number | undefine
}) })
} }
onBlur={() => onBlur={() =>
props.formValidationDispatch({ formValidationDispatch({
action: "focus lost", action: "focus lost",
name: attribute.name, name: attribute.name,
fieldIndex: fieldIndex fieldIndex: fieldIndex