BUG: Update Appointment & Clear Coltrollers
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user