chore: remove wording

This commit is contained in:
AykutSarac 2023-12-24 23:32:38 +03:00
parent a5c87be832
commit e687dbd9c2
No known key found for this signature in database

View File

@ -17,7 +17,7 @@ export const SchemaModal: React.FC<ModalProps> = ({ opened, onClose }) => {
{
$schema: "http://json-schema.org/draft-04/schema#",
title: "Product",
description: "A product from Acme's catalog",
description: "A product from catalog",
type: "object",
properties: {
id: {