From 0cf2253bef4d64ef545ce7041ca79a66ac9733bf Mon Sep 17 00:00:00 2001 From: Abigail <51999607+abigailbramble@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:25:08 +0000 Subject: [PATCH] Update constants.tsx --- frontend/src/lib/constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/constants.tsx b/frontend/src/lib/constants.tsx index cac62ff325474..623848eeba79f 100644 --- a/frontend/src/lib/constants.tsx +++ b/frontend/src/lib/constants.tsx @@ -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]