1 parent 6c885f8 commit 452b35cCopy full SHA for 452b35c
1 file changed
apps/sim/ee/organization-usage/constants.ts
@@ -91,5 +91,5 @@ export const USAGE_TAB_EMPTY_COPY: Record<UsageBreakdownDimension, string> = {
91
export const COLLAPSED_ROW_COUNT = ORGANIZATION_USAGE_BREAKDOWN_DEFAULT_LIMIT
92
export const EXPANDED_ROW_COUNT = ORGANIZATION_USAGE_BREAKDOWN_MAX_LIMIT
93
94
-export const DEFAULT_USAGE_PRESET = 'current-period' as const
+export const DEFAULT_USAGE_PRESET = '30d' as const
95
export const DEFAULT_USAGE_TAB = USAGE_OVERVIEW_TAB
0 commit comments