BUG: Update Appointment & Clear Coltrollers
This commit is contained in:
parent
2a7e3e17ce
commit
11b6ec9edb
3 changed files with 80 additions and 68 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue