We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2880dfc commit 16afe8fCopy full SHA for 16afe8f
src/schemas/publishCatalogItem/schema.tsx
@@ -12,7 +12,7 @@ const publishCatalogItemSchema = {
12
compatibility: {
13
type: CatalogDataDefinitionV1Alpha1Schema.properties.compatibility.type,
14
title: 'Technology',
15
- items: CatalogDataDefinitionV1Alpha1Schema.properties.compatibility.items.enum,
+ items: CatalogDataDefinitionV1Alpha1Schema.properties.compatibility.items,
16
uniqueItems: true,
17
minItems: 1,
18
description:
0 commit comments