Fix list pagination crash on search (#1230)

* Fix list pagination on search

* Update changelog
This commit is contained in:
Dawid Tarasiuk 2021-07-16 12:51:47 +02:00 committed by GitHub
parent f1b313ea69
commit ecb7c69c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -59,6 +59,8 @@ function createFilterHandlers<
navigate( navigate(
createUrl({ createUrl({
...params, ...params,
after: undefined,
before: undefined,
activeTab: undefined, activeTab: undefined,
query query
}) })