Skip to content

Commit

Permalink
Update src/components/Patient/PatientConsentRecords.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Rithvik Nishad <[email protected]>
  • Loading branch information
shauryag2002 and rithviknishad authored Nov 5, 2024
1 parent 11901b8 commit ed92f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Patient/PatientConsentRecords.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default function PatientConsentRecords(props: {
: patient?.last_consultation?.suggestion_text,
},
}}
backUrl={`/facility/${facilityId}/patient/${patientId}/consultation/${consultationId}/update`}
backUrl={`/facility/${facilityId}/patient/${patientId}/consultation/${consultationId}`}
>
{fileUpload.Dialogues}
{fileManager.Dialogues}
Expand Down

0 comments on commit ed92f6a

Please sign in to comment.