products categories page fix

merge-requests/401/head
hussam al-habibeh 3 years ago
parent dbf7ebf287
commit 806e07e4e6

File diff suppressed because it is too large Load Diff

@ -30,6 +30,7 @@ class _PharmacyCategorisePageState extends State<PharmacyCategorisePage> {
ProjectViewModel projectViewModel = Provider.of(context);
return BaseView<PharmacyCategoriseViewModel>(
onModelReady: (model) => model.getCategorise(),
allowAny: true,
builder: (BuildContext context, PharmacyCategoriseViewModel model,
Widget child) =>
AppScaffold(

Loading…
Cancel
Save