Skip to content

Commit 50bc678

Browse files
committed
refactor(desk): remove some items from menu
1 parent 146b3a1 commit 50bc678

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

packages/desktop/modules/layout/components/LDrawer.vue

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,6 @@ const items = computed(() => {
3838
id: 'options',
3939
icon: 'cog',
4040
},
41-
{
42-
label: tm.t('collection', 2),
43-
to: '/collections',
44-
children: [],
45-
id: 'collections',
46-
icon: 'database',
47-
},
48-
{
49-
label: tm.t('script', 2),
50-
to: '/scripts',
51-
children: [],
52-
id: 'scripts',
53-
icon: 'code',
54-
},
5541
]
5642
5743
return result.concat(menuStore.menu)

0 commit comments

Comments
 (0)