mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Company list is now refreshable
This commit is contained in:
parent
578d54367a
commit
90a39ae3de
6 changed files with 32 additions and 43 deletions
|
|
@ -27,7 +27,7 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
|
|||
final InvenTreeStockLocation location;
|
||||
|
||||
@override
|
||||
String app_bar_title = "Stock Location";
|
||||
String getAppBarTitle(BuildContext context) { return "Stock Location"; }
|
||||
|
||||
_LocationDisplayState(this.location) {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue