Skip to content

Commit 16afe8f

Browse files
author
Amit Amrutiya
committed
fix: theme issue
Signed-off-by: Amit Amrutiya <amitamrutiya@gmail.com>
1 parent 2880dfc commit 16afe8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schemas/publishCatalogItem/schema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const publishCatalogItemSchema = {
1212
compatibility: {
1313
type: CatalogDataDefinitionV1Alpha1Schema.properties.compatibility.type,
1414
title: 'Technology',
15-
items: CatalogDataDefinitionV1Alpha1Schema.properties.compatibility.items.enum,
15+
items: CatalogDataDefinitionV1Alpha1Schema.properties.compatibility.items,
1616
uniqueItems: true,
1717
minItems: 1,
1818
description:

0 commit comments

Comments
 (0)