get business data when opening mxzansi profile as standalone
This commit is contained in:
parent
b749dc62d9
commit
bf6bda04a6
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class _MzansiProfileState extends State<MzansiProfile> {
|
||||||
});
|
});
|
||||||
MzansiProfileProvider mzansiProfileProvider =
|
MzansiProfileProvider mzansiProfileProvider =
|
||||||
context.read<MzansiProfileProvider>();
|
context.read<MzansiProfileProvider>();
|
||||||
await MihDataHelperServices().loadUserDataOnly(
|
await MihDataHelperServices().loadUserDataWithBusinessesData(
|
||||||
mzansiProfileProvider,
|
mzansiProfileProvider,
|
||||||
);
|
);
|
||||||
setState(() {
|
setState(() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue