Skip to content

Commit bd7e879

Browse files
committed
feat: remove catalog framework from navigation
1 parent 7b2e0e4 commit bd7e879

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/components/Navigation/constants.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,6 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
272272
icon: 'ic-cube',
273273
href: COMMON_URLS.INFRASTRUCTURE_MANAGEMENT_RESOURCE_BROWSER,
274274
},
275-
{
276-
title: 'Catalog Framework',
277-
dataTestId: 'catalog-framework',
278-
id: 'infrastructure-management-catalog-framework',
279-
icon: 'ic-file',
280-
disabled: true,
281-
href: '/dummy-url',
282-
},
283275
{
284276
title: 'Resource Watcher',
285277
dataTestId: 'resource-watcher',

0 commit comments

Comments
 (0)