mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Change default date range from 24 hours to 30 days
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
a78994c351
commit
596784d6a0
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export const PIXELS_URL = `${globalThis?.location?.origin}/p`;
|
|||
export const DEFAULT_LOCALE = 'en-US';
|
||||
export const DEFAULT_THEME = 'light';
|
||||
export const DEFAULT_ANIMATION_DURATION = 0;
|
||||
export const DEFAULT_DATE_RANGE_VALUE = '24hour';
|
||||
export const DEFAULT_DATE_RANGE_VALUE = '30day';
|
||||
export const DEFAULT_WEBSITE_LIMIT = 10;
|
||||
export const DEFAULT_RESET_DATE = '2000-01-01';
|
||||
export const DEFAULT_PAGE_SIZE = 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue