From 65eb8055a5f467858a53f2d629c2b8fa8b193717 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Thu, 12 Sep 2024 16:23:01 +0100 Subject: [PATCH] fix: remove bulk import menu item --- frontend/src/layout/VerticalMenu.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/frontend/src/layout/VerticalMenu.tsx b/frontend/src/layout/VerticalMenu.tsx index 5f649af..98e6539 100644 --- a/frontend/src/layout/VerticalMenu.tsx +++ b/frontend/src/layout/VerticalMenu.tsx @@ -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",