Skip to content

Commit

Permalink
Merge branch 'org-discovery' of https://github.com/Rashmini/identity-…
Browse files Browse the repository at this point in the history
…apps into org-discovery
  • Loading branch information
Rashmini committed Oct 24, 2023
2 parents c0bd91d + c10cbb7 commit 566388c
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions apps/console/src/features/core/configs/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <HierarchyIcon fill="black" />
},
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")),
Expand Down

0 comments on commit 566388c

Please sign in to comment.