From 8ba4faf8b107959ddabbdab9b209c16e0de73b5e Mon Sep 17 00:00:00 2001 From: sonika <> Date: Wed, 23 Aug 2023 12:37:30 +0530 Subject: [PATCH] bug fix --- src/Components/PatientForm/FamilyFormSection2.tsx | 2 +- src/Components/PatientForm/MedicalHistorySection3.tsx | 8 ++++---- src/Components/PatientForm/PainAnalysisSection4.tsx | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) 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(){