Skip to content

Fix Edit Option During Patient Registration

Issue

The Edit option was not working during patient registration. Users could edit patient details only after completing registration and reopening the record.

Fix

Updated the PatientRegistrationPage to enable real-time editing during patient registration. This improves usability and reduces workflow delays.

Changes Made

  • Fixed edit state handling in PatientRegistrationPage.tsx
  • Improved form state update logic
  • Ensured edit functionality works before final registration submission

File Updated

  • src/pages/volunteer/PatientRegistrationPage.tsxScreenshot_from_2026-02-17_09-56-16
Edited by Rushika Sritha Maddula

Merge request reports

Loading