Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro authored Aug 13, 2024
1 parent 4c1976c commit 06e0c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,12 @@
{
"name": lazy_gettext("Next 3 months"),
"filter": "next_3_months",
"query": "now+90d/d",
"query": "now+3M/d",
},
{
"name": lazy_gettext("Next 12 months"),
"filter": "next_12_months",
"query": "now+12M/M",
"query": "now+12M/d",
"default": True,
},
]

0 comments on commit 06e0c7a

Please sign in to comment.