Merge pull request #132 from inventree/search-fix

Search fix

(cherry picked from commit a4814816ad)
This commit is contained in:
Oliver 2022-05-19 21:32:21 +10:00 committed by Oliver Walters
parent d7d8cefddd
commit 10b435f4fa
4 changed files with 126 additions and 61 deletions

View file

@ -216,8 +216,6 @@ class InvenTreeModel {
if (response.isValid()) {
int n = int.tryParse(response.data["count"].toString()) ?? 0;
print("${URL} -> ${n} results");
return n;
} else {
return 0;