Skip to content

Commit

Permalink
remove new-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Jossilainen committed Jul 1, 2024
1 parent fdbee10 commit a9da3e2
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,7 @@ export function createPortalFramework(portalConfig: PortalConfig) {

enableFeatureFlagging(config, (builder) => {
builder.addPlugin(
createLocalStoragePlugin([
{
key: 'new-menu',
title: 'New Portal Menu',
description: 'When enabled you will be able to try out the new portal menu',
enabled: true,
},
createLocalStoragePlugin([
{
key: 'project-prediction',
title: 'Allocated Projects',
Expand Down

0 comments on commit a9da3e2

Please sign in to comment.