Skip to content

Commit

Permalink
Update constants.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailbramble authored Dec 17, 2024
1 parent 2ef63b7 commit 0cf2253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const FEATURE_FLAGS = {
SITE_APP_FUNCTIONS: 'site-app-functions', // owner: @mariusandra #team-cdp
REPLAY_HOGQL_FILTERS: 'replay-hogql-filters', // owner: @pauldambra #team-replay
REPLAY_LIST_RECORDINGS_AS_QUERY: 'replay-list-recordings-as-query', // owner: @pauldambra #team-replay
SUPPORT_MESSAGE_OVERRIDE: 'support-message-override', // owner: @joe
SUPPORT_MESSAGE_OVERRIDE: 'support-message-override', // owner: @abigail
} as const
export type FeatureFlagKey = (typeof FEATURE_FLAGS)[keyof typeof FEATURE_FLAGS]

Expand Down

0 comments on commit 0cf2253

Please sign in to comment.