2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Linting fixes

This commit is contained in:
Oliver Walters
2022-07-06 21:29:26 +10:00
parent 847fda7652
commit ed2523c3c5
4 changed files with 9 additions and 15 deletions

View File

@ -24,8 +24,6 @@ class PaginatedSearchState<T extends StatefulWidget> extends State<T> with BaseW
PaginatedSearchState(this.filters);
final _key = GlobalKey<ScaffoldState>();
final Map<String, String> filters;
static const _pageSize = 25;