1
0
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:
Mateusz Kwasniewski 2024-06-03 11:05:10 +02:00 committed by GitHub
parent e6b0c4fdb5
commit 8c26c038b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -135,7 +135,7 @@ exports[`should create default config 1`] = `
},
},
"migrationLock": true,
"navigationSidebar": false,
"navigationSidebar": true,
"newCreateProjectUI": false,
"outdatedSdksBanner": false,
"parseProjectFromSession": false,

View File

@ -292,7 +292,7 @@ const flags: IFlags = {
),
navigationSidebar: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_SIDEBAR_NAVIGATION,
false,
true,
),
};

View File

@ -53,7 +53,6 @@ process.nextTick(async () => {
createProjectWithEnvironmentConfig: true,
manyStrategiesPagination: true,
enableLegacyVariants: false,
navigationSidebar: false,
},
},
authentication: {