diff --git a/assets/javascripts/discourse/components/admin-report-sentiment-analysis.gjs b/assets/javascripts/discourse/components/admin-report-sentiment-analysis.gjs index 2354ec140..ce1f58fb7 100644 --- a/assets/javascripts/discourse/components/admin-report-sentiment-analysis.gjs +++ b/assets/javascripts/discourse/components/admin-report-sentiment-analysis.gjs @@ -219,6 +219,7 @@ export default class AdminReportSentimentAnalysis extends Component { this.router.transitionTo(this.router.currentRoute.name, { queryParams: { ...currentQueryParams, + filters: JSON.parse(currentQueryParams.filters), // avoids a double escaping selectedChart: data.title, }, });