diff --git a/src/Components/Facility/ConsultationForm.tsx b/src/Components/Facility/ConsultationForm.tsx index b30bb2a2c0a..1345cf2fef5 100644 --- a/src/Components/Facility/ConsultationForm.tsx +++ b/src/Components/Facility/ConsultationForm.tsx @@ -1448,9 +1448,7 @@ export const ConsultationForm = ({ facilityId, patientId, id }: Props) => { name={"treating_physician"} label={t("treating_doctor")} placeholder="Attending Doctors Name and Designation" - required={ - state.form.suggestion === "DC" ? false : true - } + required={state.form.suggestion !== "DC"} value={ state.form.treating_physician_object ?? undefined }