Skip to content

Commit 452b35c

Browse files
authored
improvement(insights): default to the last 30 days (#7916)
1 parent 6c885f8 commit 452b35c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/ee/organization-usage/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ export const USAGE_TAB_EMPTY_COPY: Record<UsageBreakdownDimension, string> = {
9191
export const COLLAPSED_ROW_COUNT = ORGANIZATION_USAGE_BREAKDOWN_DEFAULT_LIMIT
9292
export const EXPANDED_ROW_COUNT = ORGANIZATION_USAGE_BREAKDOWN_MAX_LIMIT
9393

94-
export const DEFAULT_USAGE_PRESET = 'current-period' as const
94+
export const DEFAULT_USAGE_PRESET = '30d' as const
9595
export const DEFAULT_USAGE_TAB = USAGE_OVERVIEW_TAB

0 commit comments

Comments
 (0)