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:
@ -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;
|
||||
|
Reference in New Issue
Block a user