bugfix: click on new patient button resets the patient data entry form now. appointment's add patient flow updated so that it matches tha patients feature.

This commit is contained in:
2026-05-18 13:09:46 +03:30
parent 3b12c52fd3
commit 535b49310f
4 changed files with 107 additions and 26 deletions

View File

@@ -49,7 +49,7 @@ export function AppointmentsPatientSearch({
onClick={onAddPatient}
title={!canAddPatient ? 'You do not have permission to add patients.' : undefined}
>
+ Add New Patient
New Patient
</Button>
)}
</div>