diff --git a/app/assets/javascripts/discourse/app/routes/build-category-route.js b/app/assets/javascripts/discourse/app/routes/build-category-route.js index aa6da5804d..a28b6c8471 100644 --- a/app/assets/javascripts/discourse/app/routes/build-category-route.js +++ b/app/assets/javascripts/discourse/app/routes/build-category-route.js @@ -136,7 +136,7 @@ export default (filterArg, params) => { const listFilter = `c/${Category.slugFor(category)}/${ category.id }/l/${this.filter(category)}`, - findOpts = filterQueryParams(modelParams), + findOpts = filterQueryParams(modelParams, params), extras = { cached: this.isPoppedState(transition) }; return findTopicList(