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
|
|
@ -30,7 +30,7 @@ class CategoryDisplayWidget extends StatefulWidget {
|
|||
class _CategoryDisplayState extends RefreshableState<CategoryDisplayWidget> {
|
||||
|
||||
@override
|
||||
String app_bar_title = "Part Category";
|
||||
String getAppBarTitle(BuildContext context) { return "Part Category"; }
|
||||
|
||||
_CategoryDisplayState(this.category) {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue