1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

fix: missing uiFlag newInviteLink (#5000)

Adds a missing uiFlag: `newInviteLink`
This commit is contained in:
Nuno Góis 2023-10-11 13:10:08 +01:00 committed by GitHub
parent c3575c7727
commit 7d9698fffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@ export type UiFlags = {
doraMetrics?: boolean;
variantTypeNumber?: boolean;
privateProjects?: boolean;
newInviteLink?: boolean;
accessOverview?: boolean;
datadogJsonTemplate?: boolean;
dependentFeatures?: boolean;