mirror of
https://github.com/hexastack/hexabot
synced 2024-11-26 05:48:55 +00:00
fix: remove bulk import menu item
This commit is contained in:
parent
f64a86423c
commit
65eb8055a5
@ -17,7 +17,6 @@ import {
|
||||
faGraduationCap,
|
||||
faLanguage,
|
||||
faTags,
|
||||
faUpload,
|
||||
faUserCircle,
|
||||
faUsers,
|
||||
IconDefinition,
|
||||
@ -185,14 +184,6 @@ const MENU_ITEMS: MenuItem[] = [
|
||||
[EntityType.TRANSLATION]: [PermissionAction.READ],
|
||||
},
|
||||
},
|
||||
{
|
||||
text: "menu.import",
|
||||
href: "/content/import",
|
||||
Icon: faUpload,
|
||||
requires: {
|
||||
[EntityType.CONTENT]: [PermissionAction.CREATE],
|
||||
},
|
||||
},
|
||||
{
|
||||
text: "menu.media_library",
|
||||
href: "/content/media-library",
|
||||
|
Loading…
Reference in New Issue
Block a user