Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/sim/ee/organization-usage/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ export const USAGE_TAB_EMPTY_COPY: Record<UsageBreakdownDimension, string> = {
export const COLLAPSED_ROW_COUNT = ORGANIZATION_USAGE_BREAKDOWN_DEFAULT_LIMIT
export const EXPANDED_ROW_COUNT = ORGANIZATION_USAGE_BREAKDOWN_MAX_LIMIT

export const DEFAULT_USAGE_PRESET = 'current-period' as const
export const DEFAULT_USAGE_PRESET = '30d' as const
export const DEFAULT_USAGE_TAB = USAGE_OVERVIEW_TAB
Loading