mirror of
https://github.com/discourse/discourse.git
synced 2026-08-10 04:58:31 -05:00
UX: Change default date range of dashboard trending search report to a month
This commit is contained in:
@@ -60,7 +60,7 @@ export default Ember.Controller.extend(PeriodComputationMixin, {
|
||||
trendingSearchFilters() {
|
||||
return {
|
||||
startDate: moment()
|
||||
.subtract(6, "days")
|
||||
.subtract(1, "month")
|
||||
.startOf("day"),
|
||||
endDate: this.get("today")
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user