File tree 3 files changed +0
-7
lines changed 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ export type UiFlags = {
88
88
flagCreator ?: boolean ;
89
89
newEventSearch ?: boolean ;
90
90
archiveProjects ?: boolean ;
91
- projectListImprovements ?: boolean ;
92
91
onboardingUI ?: boolean ;
93
92
} ;
94
93
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ export type IFlagKey =
58
58
| 'originMiddleware'
59
59
| 'newEventSearch'
60
60
| 'archiveProjects'
61
- | 'projectListImprovements'
62
61
| 'useProjectReadModel'
63
62
| 'addonUsageMetrics'
64
63
| 'onboardingMetrics'
@@ -288,10 +287,6 @@ const flags: IFlags = {
288
287
process . env . UNLEASH_EXPERIMENTAL_ARCHIVE_PROJECTS ,
289
288
false ,
290
289
) ,
291
- projectListImprovements : parseEnvVarBoolean (
292
- process . env . UNLEASH_EXPERIMENTAL_PROJECT_LIST_IMPROVEMENTS ,
293
- false ,
294
- ) ,
295
290
useProjectReadModel : parseEnvVarBoolean (
296
291
process . env . UNLEASH_EXPERIMENTAL_USE_PROJECT_READ_MODEL ,
297
292
false ,
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ process.nextTick(async () => {
52
52
extendedMetrics : true ,
53
53
originMiddleware : true ,
54
54
newEventSearch : true ,
55
- projectListImprovements : true ,
56
55
useProjectReadModel : true ,
57
56
addonUsageMetrics : true ,
58
57
onboardingMetrics : true ,
You can’t perform that action at this time.
0 commit comments