diff --git a/src/pages/Onboarding2.jsx b/src/pages/Onboarding2.jsx index 51d1aad..1254836 100644 --- a/src/pages/Onboarding2.jsx +++ b/src/pages/Onboarding2.jsx @@ -11,9 +11,9 @@ const Onboarding2 = observer(()=>{ const [dataRegistration, setDataRegistration] = useState( { first_name: '', - last_name: '', + second_name: '', gender: '', - date_birth: '', + birthdate: '', } ) const [fillingForm, setFillingForm] = useState(false) @@ -107,8 +107,8 @@ const Onboarding2 = observer(()=>{ saveValueChange(event)} className="form-input w-full" type="text" />