mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:22 +08: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";
|
||||
delete params.chart_grouping;
|
||||
|
||||
params.mode = params.mode || "table";
|
||||
|
||||
return params;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user