diff --git a/apps/console/src/features/core/configs/routes.tsx b/apps/console/src/features/core/configs/routes.tsx index 0f15af2531f..5da66f24719 100644 --- a/apps/console/src/features/core/configs/routes.tsx +++ b/apps/console/src/features/core/configs/routes.tsx @@ -419,37 +419,6 @@ export const getAppViewRoutes = (useExtendedRoutes: boolean = false): RouteInter protected: true, showOnSidePanel: true }, - { - category: "console:manage.features.sidePanel.categories.organizations", - children: [ - { - component: lazy(() => - import("../../../features/organization-discovery/pages/email-domain-edit") - ), - exact: true, - icon: { - icon: getSidePanelIcons().organization - }, - id: "email-domain-edit", - name: "Email Domain Edit", - path: AppConstants.getPaths().get("EMAIL_DOMAIN_UPDATE"), - protected: true, - showOnSidePanel: false - }, - ], - component: lazy(() => import("../../../features/organization-discovery/pages/" + - "email-domain-discovery")), - exact: true, - icon: { - icon: - }, - id: "organizationDiscovery", - name: "console:manage.features.sidePanel.emailDomainDiscovery", - order: 12, - path: AppConstants.getPaths().get("EMAIL_DOMAIN_DISCOVERY"), - protected: true, - showOnSidePanel: true - }, { category: "extensions:develop.sidePanel.categories.branding", component: lazy(() => import("../../../features/branding/pages/branding")),