update appointment widget call with business object
This commit is contained in:
@@ -66,7 +66,11 @@ class _MzansiCalendarState extends State<MzansiCalendar> {
|
|||||||
List<Widget> getToolBody() {
|
List<Widget> getToolBody() {
|
||||||
List<Widget> toolBodies = [
|
List<Widget> toolBodies = [
|
||||||
//appointment here
|
//appointment here
|
||||||
Appointments(signedInUser: widget.arguments.signedInUser),
|
Appointments(
|
||||||
|
signedInUser: widget.arguments.signedInUser,
|
||||||
|
business: widget.arguments.business,
|
||||||
|
personalSelected: widget.arguments.personalSelected,
|
||||||
|
),
|
||||||
];
|
];
|
||||||
return toolBodies;
|
return toolBodies;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user