Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Mar 28, 2024
1 parent 56a1bf6 commit b892b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const REGULAR_FEATURE_FLAG: FeatureFlagType = {
can_edit: true,
tags: [],
surveys: [],
user_access_level: 'editor',
}

const GROUP_FEATURE_FLAG: FeatureFlagType = {
Expand Down
1 change: 1 addition & 0 deletions frontend/src/scenes/feature-flags/activityDescriptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ const featureFlagActionsMapping: Record<
analytics_dashboards: () => null,
has_enriched_analytics: () => null,
surveys: () => null,
user_access_level: () => null,
}

export function flagActivityDescriber(logItem: ActivityLogItem, asNotification?: boolean): HumanizedChange {
Expand Down

0 comments on commit b892b67

Please sign in to comment.