Skip to content

Commit

Permalink
Merge branch 'develop' into issues/8804/profile-update-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Oct 18, 2024
2 parents b2735fc + d14ca0c commit 217ae44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/PatientRegister.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ export const PatientRegister = (props: PatientRegisterProps) => {
validate={validateForm}
onSubmit={handleSubmit}
submitLabel={buttonText}
onCancel={() => navigate("/facility")}
onCancel={() => goBack()}
className="bg-transparent px-1 py-2 md:px-2"
onDraftRestore={(newState) => {
dispatch({ type: "set_state", state: newState });
Expand Down

0 comments on commit 217ae44

Please sign in to comment.