mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 22:38:34 +09:00
fix(frontend): 문서의 드롭다운 메뉴가 표시되지 않음
This commit is contained in:
parent
67ecb6e027
commit
6d5703f472
@ -145,7 +145,7 @@ export function openInstanceMenu(ev: MouseEvent) {
|
|||||||
children: async () => {
|
children: async () => {
|
||||||
const documentChildMenu = [] as MenuItem[];
|
const documentChildMenu = [] as MenuItem[];
|
||||||
|
|
||||||
menuItems.push({
|
documentChildMenu.push({
|
||||||
type: 'a',
|
type: 'a',
|
||||||
text: i18n.ts.document,
|
text: i18n.ts.document,
|
||||||
icon: 'ti ti-bulb',
|
icon: 'ti ti-bulb',
|
||||||
|
Loading…
Reference in New Issue
Block a user