mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
feat: new sidebar by default for OSS (#7239)
This commit is contained in:
parent
e6b0c4fdb5
commit
8c26c038b4
@ -135,7 +135,7 @@ exports[`should create default config 1`] = `
|
||||
},
|
||||
},
|
||||
"migrationLock": true,
|
||||
"navigationSidebar": false,
|
||||
"navigationSidebar": true,
|
||||
"newCreateProjectUI": false,
|
||||
"outdatedSdksBanner": false,
|
||||
"parseProjectFromSession": false,
|
||||
|
@ -292,7 +292,7 @@ const flags: IFlags = {
|
||||
),
|
||||
navigationSidebar: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_SIDEBAR_NAVIGATION,
|
||||
false,
|
||||
true,
|
||||
),
|
||||
};
|
||||
|
||||
|
@ -53,7 +53,6 @@ process.nextTick(async () => {
|
||||
createProjectWithEnvironmentConfig: true,
|
||||
manyStrategiesPagination: true,
|
||||
enableLegacyVariants: false,
|
||||
navigationSidebar: false,
|
||||
},
|
||||
},
|
||||
authentication: {
|
||||
|
Loading…
Reference in New Issue
Block a user