Skip to content

Commit

Permalink
All date controls up to 30 days for basic plans (#97431)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwebbdev authored Dec 13, 2024
1 parent 2d51ba9 commit 8d39454
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/my-sites/stats/hooks/use-should-gate-stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ const basicStats = [
// Paid stats
STAT_TYPE_REFERRERS,
STAT_TYPE_CLICKS,
...defaultDateControlGates,
STATS_FEATURE_DATE_CONTROL_LAST_90_DAYS,
STATS_FEATURE_DATE_CONTROL_LAST_YEAR,
STATS_FEATURE_DATE_CONTROL_CUSTOM_DATE_RANGE,
STATS_FEATURE_DOWNLOAD_CSV,
STATS_FEATURE_INTERVAL_DROPDOWN_WEEK,
STATS_FEATURE_INTERVAL_DROPDOWN_MONTH,
Expand Down

0 comments on commit 8d39454

Please sign in to comment.