fix missing business user param
This commit is contained in:
parent
a47624a56b
commit
cc59c3c6f0
2 changed files with 1 additions and 2 deletions
|
|
@ -262,7 +262,6 @@ class _WaitingRoomState extends State<WaitingRoom> {
|
|||
}
|
||||
|
||||
void addAppointmentWindow() {
|
||||
print(widget.personalSelected);
|
||||
showDialog(
|
||||
context: context,
|
||||
barrierDismissible: false,
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ class _PatManagerState extends State<PatManager> {
|
|||
setState(() {
|
||||
_selcetedIndex = newValue;
|
||||
});
|
||||
print("Index: $_selcetedIndex");
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
@ -96,6 +95,7 @@ class _PatManagerState extends State<PatManager> {
|
|||
MyPatientList(
|
||||
signedInUser: widget.arguments.signedInUser,
|
||||
business: widget.arguments.business,
|
||||
businessUser: widget.arguments.businessUser,
|
||||
personalSelected: widget.arguments.personalSelected,
|
||||
),
|
||||
MihPatientSearch(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue