diff --git a/src/Components/PatientForm/FamilyFormSection2.tsx b/src/Components/PatientForm/FamilyFormSection2.tsx index efa2a14..abefeeb 100644 --- a/src/Components/PatientForm/FamilyFormSection2.tsx +++ b/src/Components/PatientForm/FamilyFormSection2.tsx @@ -224,7 +224,7 @@ export default function FamilyFormSection(){ variant="outlined" label="Phone" type="tel" className='collapsable-form-style' - name='phone' + name='spousePhone' onChange={formik.handleChange} value={formik.values.spousePhone} onBlur={formik.handleBlur} diff --git a/src/Components/PatientForm/MedicalHistorySection3.tsx b/src/Components/PatientForm/MedicalHistorySection3.tsx index 367e42a..97a0828 100644 --- a/src/Components/PatientForm/MedicalHistorySection3.tsx +++ b/src/Components/PatientForm/MedicalHistorySection3.tsx @@ -62,7 +62,7 @@ export default function MedicalHistoryForm(){