diff --git a/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx b/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx index 4d3321efc9..c8074b1cc9 100644 --- a/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx +++ b/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx @@ -148,6 +148,10 @@ export const CatalogPage: FC<{}> = () => { id: 'documentation', label: 'Documentation', }, + { + id: 'other', + label: 'Other', + }, ]; return (