Skip to content

Commit

Permalink
UX: Change default date range of dashboard trending search report to …
Browse files Browse the repository at this point in the history
…a month
  • Loading branch information
vinothkannans committed Dec 17, 2018
1 parent 2bdbca3 commit ece44a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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")
};
Expand Down

0 comments on commit ece44a4

Please sign in to comment.