Skip to content

Commit

Permalink
Consultation Form Cancel Navigates to Patient Registration
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Sep 24, 2021
1 parent 3745a31 commit 4ee405d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -951,9 +951,7 @@ export const ConsultationForm = (props: any) => {
variant="contained"
type="button"
onClick={(_) =>
navigate(
`/facility/${facilityId}/patient/${patientId}/consultation/${id}`
)
navigate(`/facility/${facilityId}/patient/${patientId}`)
}
>
Cancel{" "}
Expand Down

0 comments on commit 4ee405d

Please sign in to comment.