BUG: Update Appointment & Clear Coltrollers

This commit is contained in:
2025-11-04 11:34:28 +02:00
parent ec01e2212b
commit c53f30035d
3 changed files with 80 additions and 68 deletions

View File

@@ -139,7 +139,7 @@ class _PatientAccessRequestState extends State<Appointments> {
fullscreen: false,
windowTitle: "Add Appointment",
onWindowTapClose: () {
Navigator.of(context).pop();
context.pop();
_appointmentDateController.clear();
_appointmentTimeController.clear();
_appointmentTitleController.clear();