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