mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
Remove duplicate "Gateway" item in sidebar (#6619)
This commit is contained in:
parent
393fc5b7f9
commit
a068362f82
1 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,11 @@ const meta: Record<string, DeepPartial<Item | MenuItem | PageItem>> = {
|
|||
type: 'page',
|
||||
display: 'hidden',
|
||||
},
|
||||
gateway: {
|
||||
title: 'Gateway',
|
||||
type: 'page',
|
||||
display: 'hidden',
|
||||
},
|
||||
products: {
|
||||
title: 'Products',
|
||||
type: 'menu',
|
||||
|
|
|
|||
Loading…
Reference in a new issue