2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 10:15:32 +00:00

Company list is now refreshable

This commit is contained in:
Oliver Walters
2020-04-15 12:07:36 +10:00
parent 578d54367a
commit 90a39ae3de
6 changed files with 32 additions and 43 deletions

View File

@ -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