diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a99f63d..346a2cea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 huge payload issue for plugins view - #1203 by @kamilpastuszka - Fix content type validation in create page view - #1205 by @orzechdev +- Fix list pagination crash on search - #1230 by @orzechdev # 2.11.1 diff --git a/src/utils/handlers/filterHandlers.ts b/src/utils/handlers/filterHandlers.ts index 34472f0ba..12dd96a42 100644 --- a/src/utils/handlers/filterHandlers.ts +++ b/src/utils/handlers/filterHandlers.ts @@ -59,6 +59,8 @@ function createFilterHandlers< navigate( createUrl({ ...params, + after: undefined, + before: undefined, activeTab: undefined, query })