Skip to content

Commit

Permalink
Stop joining examples for placeholders (#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholasbrown authored Dec 18, 2024
1 parent 5fc3fa5 commit f536b3f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/services/schemas/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ export function getSchemaPropertyPlaceholder(property: SchemaProperty): string |
return placeholder
}

if (isArray(placeholder) && property.meta?.component !== JsonInput) {
return `"${placeholder.join(', ')}"`
}

return stringify(placeholder)
}

Expand Down

0 comments on commit f536b3f

Please sign in to comment.