mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: menu routes for new features page - mobile option (#5566)
Remove duplicated option in the menu.
This commit is contained in:
parent
cd731cef03
commit
e5c865b716
@ -126,9 +126,7 @@ exports[`returns all baseRoutes 1`] = `
|
||||
{
|
||||
"component": [Function],
|
||||
"flag": "featureSearchFrontend",
|
||||
"menu": {
|
||||
"mobile": true,
|
||||
},
|
||||
"menu": {},
|
||||
"path": "/features-new",
|
||||
"title": "Feature toggles",
|
||||
"type": "protected",
|
||||
|
@ -154,7 +154,7 @@ export const routes: IRoute[] = [
|
||||
title: 'Feature toggles',
|
||||
component: FeatureToggleListTable,
|
||||
type: 'protected',
|
||||
menu: { mobile: true },
|
||||
menu: {}, // TODO: Add mobile menu when removing `featureSearchFrontend` flag
|
||||
flag: 'featureSearchFrontend',
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user