forked from yaso_meth/mih-project
update route call to take in BusinessUpdateArguments
This commit is contained in:
@@ -122,7 +122,11 @@ class _HomeTileGridState extends State<HomeTileGrid> {
|
||||
() {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/business-profile',
|
||||
arguments: widget.signedInUser,
|
||||
arguments: BusinessUpdateArguments(
|
||||
widget.signedInUser,
|
||||
widget.businessUser,
|
||||
widget.business,
|
||||
),
|
||||
);
|
||||
// Navigator.popAndPushNamed(context, '/patient-manager',
|
||||
// arguments: widget.userEmail);
|
||||
|
||||
Reference in New Issue
Block a user