Skip to content

Commit

Permalink
Merge branch 'develop' into fix#8815/fix-clear-button_aligned-arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Oct 18, 2024
2 parents 2eff833 + d14ca0c commit c5a43f2
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 c5a43f2

Please sign in to comment.