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

More refactorign

This commit is contained in:
Oliver Walters
2022-03-29 20:08:05 +11:00
parent 2a6df373c5
commit 52d42c85c8
6 changed files with 12 additions and 13 deletions

View File

@ -70,9 +70,7 @@ class PaginatedSearchState<T extends StatefulWidget> extends State<T> {
if (page != null) {
for (var result in page.results) {
if (result is InvenTreeModel) {
items.add(result);
}
}
}