auto refresh waiting room

This commit is contained in:
2024-08-16 12:42:20 +02:00
parent b991e6eedc
commit 36b50626f8
2 changed files with 13 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ class _PatientManagerState extends State<PatientManager> {
patients: patientsList,
signedInUser: widget.arguments.signedInUser,
business: widget.arguments.business,
arguments: widget.arguments,
),
);
}