Skip to content

Commit

Permalink
Merge pull request #6 from Hexastack/fix/remove-bulk-import-content-f…
Browse files Browse the repository at this point in the history
…rom-sidebar

fix: remove bulk import menu item
  • Loading branch information
marrouchi authored Sep 12, 2024
2 parents ab9ee94 + 65eb805 commit 3acc795
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frontend/src/layout/VerticalMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
faGraduationCap,
faLanguage,
faTags,
faUpload,
faUserCircle,
faUsers,
IconDefinition,
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3acc795

Please sign in to comment.