Fix list pagination crash on search (#1230)
* Fix list pagination on search * Update changelog
This commit is contained in:
parent
f1b313ea69
commit
ecb7c69c59
2 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,7 @@ All notable, unreleased changes to this project will be documented in this file.
|
||||||
- Fix order links on home page - #1219 by @jwm0
|
- Fix order links on home page - #1219 by @jwm0
|
||||||
- Fix huge payload issue for plugins view - #1203 by @kamilpastuszka
|
- Fix huge payload issue for plugins view - #1203 by @kamilpastuszka
|
||||||
- Fix content type validation in create page view - #1205 by @orzechdev
|
- Fix content type validation in create page view - #1205 by @orzechdev
|
||||||
|
- Fix list pagination crash on search - #1230 by @orzechdev
|
||||||
|
|
||||||
# 2.11.1
|
# 2.11.1
|
||||||
|
|
||||||
|
|
|
@ -59,6 +59,8 @@ function createFilterHandlers<
|
||||||
navigate(
|
navigate(
|
||||||
createUrl({
|
createUrl({
|
||||||
...params,
|
...params,
|
||||||
|
after: undefined,
|
||||||
|
before: undefined,
|
||||||
activeTab: undefined,
|
activeTab: undefined,
|
||||||
query
|
query
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue