mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
[Gitar] Cleaning up Typescript files
This commit is contained in:
parent
5f1331e2e4
commit
ca6fbe0922
@ -75,7 +75,6 @@ export type UiFlags = {
|
||||
showInactiveUsers?: boolean;
|
||||
featureSearchFeedbackPosting?: boolean;
|
||||
userAccessUIEnabled?: boolean;
|
||||
outdatedSdksBanner?: boolean;
|
||||
projectOverviewRefactor?: string;
|
||||
collectTrafficDataUsage?: boolean;
|
||||
newContextFieldsUI?: boolean;
|
||||
|
@ -130,7 +130,6 @@ exports[`should create default config 1`] = `
|
||||
"migrationLock": true,
|
||||
"newContextFieldsUI": false,
|
||||
"newStrategyConfigurationFeedback": false,
|
||||
"outdatedSdksBanner": false,
|
||||
"personalAccessTokensKillSwitch": false,
|
||||
"projectOverviewRefactor": false,
|
||||
"queryMissingTokens": false,
|
||||
|
@ -48,7 +48,6 @@ export type IFlagKey =
|
||||
| 'userAccessUIEnabled'
|
||||
| 'disableUpdateMaxRevisionId'
|
||||
| 'disablePublishUnannouncedEvents'
|
||||
| 'outdatedSdksBanner'
|
||||
| 'responseTimeMetricsFix'
|
||||
| 'scimApi'
|
||||
| 'displayEdgeBanner'
|
||||
@ -192,10 +191,6 @@ const flags: IFlags = {
|
||||
process.env.UNLEASH_EXPERIMENTAL_EXECUTIVE_DASHBOARD_UI,
|
||||
false,
|
||||
),
|
||||
outdatedSdksBanner: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_OUTDATED_SDKS_BANNER,
|
||||
false,
|
||||
),
|
||||
feedbackComments: {
|
||||
name: 'feedbackComments',
|
||||
enabled: parseEnvVarBoolean(
|
||||
|
@ -48,7 +48,6 @@ process.nextTick(async () => {
|
||||
executiveDashboard: true,
|
||||
executiveDashboardUI: true,
|
||||
userAccessUIEnabled: true,
|
||||
outdatedSdksBanner: true,
|
||||
globalFrontendApiCache: true,
|
||||
returnGlobalFrontendApiCache: false,
|
||||
projectOverviewRefactor: true,
|
||||
|
Loading…
Reference in New Issue
Block a user