From 1855bf381b99e45fe5565d4d2d2f4bdf81af35b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Mon, 15 Jun 2020 12:58:20 +0200 Subject: [PATCH] Add Other component category (#1292) --- plugins/catalog/src/components/CatalogPage/CatalogPage.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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 (