feat : change app inspector and exception handling
This commit is contained in:
@@ -309,7 +309,7 @@ class HomePage extends GetView<HomeLogic> {
|
||||
),
|
||||
],
|
||||
);
|
||||
}, controller.inventoryModel),
|
||||
}, controller.rootLogic.inventoryModel),
|
||||
);
|
||||
}
|
||||
|
||||
@@ -345,7 +345,7 @@ class HomePage extends GetView<HomeLogic> {
|
||||
],
|
||||
),
|
||||
);
|
||||
}, controller.inventoryModel);
|
||||
}, controller.rootLogic.inventoryModel);
|
||||
}
|
||||
|
||||
Widget _todayShipmentWidget() {
|
||||
|
||||
Reference in New Issue
Block a user