From e5fe4a7766fc146a09282e8db94d8f7f95c6a445 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 16 Feb 2024 15:43:27 +0800 Subject: [PATCH] chore: add sdkReporting flag to front end (#6253) It's already in the back end, but wasn't declared in the front end flags. --- frontend/src/interfaces/uiConfig.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/interfaces/uiConfig.ts b/frontend/src/interfaces/uiConfig.ts index fb61b1e406..7c754fc6b9 100644 --- a/frontend/src/interfaces/uiConfig.ts +++ b/frontend/src/interfaces/uiConfig.ts @@ -79,6 +79,7 @@ export type UiFlags = { displayUpgradeEdgeBanner?: boolean; showInactiveUsers?: boolean; featureSearchFeedbackPosting?: boolean; + sdkReporting?: boolean; }; export interface IVersionInfo {