BUG: Update Appointment & Clear Coltrollers

This commit is contained in:
2025-11-04 11:34:28 +02:00
parent 2a7e3e17ce
commit 11b6ec9edb
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();