Skip to content

Commit

Permalink
fix(frontend): 문서의 드롭다운 메뉴가 표시되지 않음
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Oct 2, 2024
1 parent 67ecb6e commit 6d5703f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/ui/_common_/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6d5703f

Please sign in to comment.