2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 20:20:58 +00:00

Fixes result limiting

- Required for index page
This commit is contained in:
Oliver Walters
2021-02-28 20:16:05 +11:00
parent 487794a938
commit 1239d4af16
4 changed files with 28 additions and 3 deletions

View File

@ -441,7 +441,6 @@ function loadPartTable(table, url, options={}) {
$(table).inventreeTable({
url: url,
sortName: 'name',
method: 'get',
queryParams: filters,
groupBy: false,