From 7d9698fffa2640525159788eaf1a4ff030da50b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Wed, 11 Oct 2023 13:10:08 +0100 Subject: [PATCH] fix: missing uiFlag newInviteLink (#5000) Adds a missing uiFlag: `newInviteLink` --- 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 40debd2eea41..e70a0ce21748 100644 --- a/frontend/src/interfaces/uiConfig.ts +++ b/frontend/src/interfaces/uiConfig.ts @@ -65,6 +65,7 @@ export type UiFlags = { doraMetrics?: boolean; variantTypeNumber?: boolean; privateProjects?: boolean; + newInviteLink?: boolean; accessOverview?: boolean; datadogJsonTemplate?: boolean; dependentFeatures?: boolean;