Skip to content

Commit

Permalink
fix: missing uiFlag newInviteLink (#5000)
Browse files Browse the repository at this point in the history
Adds a missing uiFlag: `newInviteLink`
  • Loading branch information
nunogois authored Oct 11, 2023
1 parent c3575c7 commit 7d9698f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/interfaces/uiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export type UiFlags = {
doraMetrics?: boolean;
variantTypeNumber?: boolean;
privateProjects?: boolean;
newInviteLink?: boolean;
accessOverview?: boolean;
datadogJsonTemplate?: boolean;
dependentFeatures?: boolean;
Expand Down

0 comments on commit 7d9698f

Please sign in to comment.