mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 20:16:25 +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
|
|
@ -25,7 +25,7 @@ class PartDetailWidget extends StatefulWidget {
|
|||
class _PartDisplayState extends RefreshableState<PartDetailWidget> {
|
||||
|
||||
@override
|
||||
String app_bar_title = "Part";
|
||||
String getAppBarTitle(BuildContext context) { return "Part"; }
|
||||
|
||||
_PartDisplayState(this.part) {
|
||||
// TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue