Skip to content

Commit 5b8217a

Browse files
author
Amit Amrutiya
committed
feat: update import
Signed-off-by: Amit Amrutiya <[email protected]>
1 parent 656f172 commit 5b8217a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/schemas/publishCatalogItem/schema.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
import { CatalogDataDefinitionV1Alpha1Schema } from '@layer5/schemas';
1+
import { CatalogDataDefinitionV1Alpha1OpenApiSchema } from '@layer5/schemas';
22

3+
const CatalogDataDefinitionV1Alpha1Schema =
4+
CatalogDataDefinitionV1Alpha1OpenApiSchema.components.schemas.CatalogData;
35
/**
46
* Schema for publish catalog item modal;
57
* Can be use for publishing filters and designs

0 commit comments

Comments
 (0)