From 2bfb856f078ff8581240a149c7e892472fb93826 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 8 Jun 2024 04:10:04 +0200 Subject: [PATCH] Inconsistency fix --- src/login/UserProfileFormFields.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login/UserProfileFormFields.tsx b/src/login/UserProfileFormFields.tsx index 4850f89d..3d9137af 100644 --- a/src/login/UserProfileFormFields.tsx +++ b/src/login/UserProfileFormFields.tsx @@ -370,7 +370,7 @@ function InputTag(props: InputFiledByTypeProps & { fieldIndex: number | undefine }) } onBlur={() => - props.formValidationDispatch({ + formValidationDispatch({ action: "focus lost", name: attribute.name, fieldIndex: fieldIndex