mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-03 01:18:43 +02: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],
|
"component": [Function],
|
||||||
"flag": "featureSearchFrontend",
|
"flag": "featureSearchFrontend",
|
||||||
"menu": {
|
"menu": {},
|
||||||
"mobile": true,
|
|
||||||
},
|
|
||||||
"path": "/features-new",
|
"path": "/features-new",
|
||||||
"title": "Feature toggles",
|
"title": "Feature toggles",
|
||||||
"type": "protected",
|
"type": "protected",
|
||||||
|
@ -154,7 +154,7 @@ export const routes: IRoute[] = [
|
|||||||
title: 'Feature toggles',
|
title: 'Feature toggles',
|
||||||
component: FeatureToggleListTable,
|
component: FeatureToggleListTable,
|
||||||
type: 'protected',
|
type: 'protected',
|
||||||
menu: { mobile: true },
|
menu: {}, // TODO: Add mobile menu when removing `featureSearchFrontend` flag
|
||||||
flag: 'featureSearchFrontend',
|
flag: 'featureSearchFrontend',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user