mirror of
https://github.com/hexastack/hexabot
synced 2025-02-22 20:38:32 +00:00
Merge pull request #6 from Hexastack/fix/remove-bulk-import-content-from-sidebar
fix: remove bulk import menu item
This commit is contained in:
commit
3acc795d41
@ -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