update docs

This commit is contained in:
Lars Rickert 2024-07-16 20:44:05 +02:00
parent ebe47fff6e
commit e75ac8b4da
No known key found for this signature in database

View File

@ -286,7 +286,8 @@ export const convertVueComponentMetaProp = (
case 'object':
return {
name: 'object',
// Storybook does not generate controls for object properties so we don't need to recursively map the object schema here
// while Storybook generates simple JSON object controls, nested schemas don't have specialized controls
// so we don't need to recursively map the object schema here
value: {},
required,
};