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