mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 18:17:02 +01:00
fix documents list without query params
This commit is contained in:
parent
e60a7df9a2
commit
f6d78a0044
2 changed files with 10 additions and 13 deletions
|
|
@ -23,7 +23,7 @@ export function generateParams(
|
|||
}
|
||||
}
|
||||
|
||||
export function parseQueryParams(queryParams: ParamMap): ListViewState {
|
||||
export function getStateFromQueryParams(queryParams: ParamMap): ListViewState {
|
||||
let filterRules = filterRulesFromQueryParams(queryParams)
|
||||
let sortField = queryParams.get(SORT_FIELD_PARAMETER)
|
||||
let sortReverse =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue