Add Other component category (#1292)
This commit is contained in:
@@ -148,6 +148,10 @@ export const CatalogPage: FC<{}> = () => {
|
||||
id: 'documentation',
|
||||
label: 'Documentation',
|
||||
},
|
||||
{
|
||||
id: 'other',
|
||||
label: 'Other',
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user