2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 18:55:34 +00:00

More cleanup

This commit is contained in:
Oliver
2021-07-15 23:28:55 +10:00
parent d2ce3fadf1
commit 83e29777c2
12 changed files with 23 additions and 60 deletions

View File

@ -9,7 +9,7 @@ import 'package:InvenTree/widget/refreshable_state.dart';
abstract class CompanyListWidget extends StatefulWidget {
String title = "";
final String title = "";
Map<String, String> filters = {};
@override