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

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;
},