FIX: prevents mode to be forced to unexisting mode (#13413)

This commit is contained in:
Joffrey JAFFEUX 2021-06-17 10:07:51 +02:00 committed by GitHub
parent 007e166d13
commit 90bd88627a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,8 +29,6 @@ export default DiscourseRoute.extend({
params.chartGrouping = params.chart_grouping || "daily";
delete params.chart_grouping;
params.mode = params.mode || "table";
return params;
},