Skip to content

Commit

Permalink
fixes #5923
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jul 26, 2023
1 parent 2ed7eb4 commit 68c6d9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ export const ConsultationForm = (props: any) => {
cause_of_death: res.data?.discharge_notes || "",
death_datetime: res.data?.death_datetime || "",
death_confirmed_doctor: res.data?.death_confirmed_doctor || "",
InvestigationAdvice: res.data.investigation,
};
dispatch({ type: "set_form", form: formData });
setBed(formData.bed);
Expand Down

0 comments on commit 68c6d9d

Please sign in to comment.