mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 03:56:24 +00:00
Linting fixes
This commit is contained in:
parent
847fda7652
commit
ed2523c3c5
4 changed files with 9 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue