mirror of
https://github.com/inventree/inventree-app.git
synced 2025-12-15 16:48:10 +00:00
Fixed "await" for refreshable states
- Progress indicator stays in place until calls are completed
This commit is contained in:
@@ -46,7 +46,6 @@ class _PartStockDisplayState extends RefreshableState<PartStockDetailWidget> {
|
||||
await part.reload(context);
|
||||
await part.getStockItems(context);
|
||||
|
||||
print("request");
|
||||
setState(() {
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user