fix missing business user param

This commit is contained in:
2025-03-17 14:02:43 +02:00
parent a47624a56b
commit cc59c3c6f0
2 changed files with 1 additions and 2 deletions

View File

@@ -262,7 +262,6 @@ class _WaitingRoomState extends State<WaitingRoom> {
}
void addAppointmentWindow() {
print(widget.personalSelected);
showDialog(
context: context,
barrierDismissible: false,

View File

@@ -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(