Skip to content

Commit

Permalink
fix: fix prettier issue
Browse files Browse the repository at this point in the history
Signed-off-by: Yash sharma <[email protected]>
  • Loading branch information
Yashsharma1911 committed Nov 1, 2024
1 parent 6b925d6 commit 48885cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schemas/publishCatalogItem/schema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ const publishCatalogItemSchema = {
'Specific stipulations to consider and known behaviors to be aware of when using this design.',
format: 'textarea',
'x-rjsf-grid-area': 12,
"x-encode-in-uri": true
'x-encode-in-uri': true
},
pattern_info: {
type: 'string',
title: 'Description',
description: 'Purpose of the design along with its intended and unintended uses.',
format: 'textarea',
'x-rjsf-grid-area': 12,
"x-encode-in-uri": true
'x-encode-in-uri': true
},
type: {
type: 'string',
Expand Down

0 comments on commit 48885cc

Please sign in to comment.