mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: prevents mode to be forced to unexisting mode (#13413)
This commit is contained in:
parent
007e166d13
commit
90bd88627a
@ -29,8 +29,6 @@ export default DiscourseRoute.extend({
|
|||||||
params.chartGrouping = params.chart_grouping || "daily";
|
params.chartGrouping = params.chart_grouping || "daily";
|
||||||
delete params.chart_grouping;
|
delete params.chart_grouping;
|
||||||
|
|
||||||
params.mode = params.mode || "table";
|
|
||||||
|
|
||||||
return params;
|
return params;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user