Skip to content

Commit

Permalink
Merge pull request #8373 from coronasafe/develop
Browse files Browse the repository at this point in the history
Merge Develop to Staging v24.34.1
  • Loading branch information
gigincg authored Aug 20, 2024
2 parents 5e438e5 + 0e25ace commit 586d41e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -740,12 +740,6 @@ export const ConsultationForm = ({ facilityId, patientId, id }: Props) => {
patient_no: state.form.patient_no || null,
};

request(id ? routes.updateConsultation : routes.createConsultation, {
pathParams: id ? { id } : undefined,
body: data,
controllerRef: submitController,
});

const { data: obj } = await request(
id ? routes.updateConsultation : routes.createConsultation,
{
Expand Down

0 comments on commit 586d41e

Please sign in to comment.