fix back nav post business appointment add
This commit is contained in:
parent
dbb7c32b83
commit
a874718d40
2 changed files with 2 additions and 1 deletions
|
|
@ -241,6 +241,7 @@ class _WaitingRoomState extends State<WaitingRoom> {
|
|||
height: 50,
|
||||
child: MIHButton(
|
||||
onTap: () {
|
||||
Navigator.pop(context);
|
||||
addAppointmentWindow();
|
||||
},
|
||||
buttonText: "Skeleton Appointment",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue