diff --git a/docs/snippets/common/storybook-generated-argtypes.js.mdx b/docs/snippets/common/storybook-generated-argtypes.js.mdx index de4a45b8a2a0..cd8f236ad887 100644 --- a/docs/snippets/common/storybook-generated-argtypes.js.mdx +++ b/docs/snippets/common/storybook-generated-argtypes.js.mdx @@ -8,10 +8,10 @@ const argTypes = { table: { type: { summary: 'string' }, defaultValue: { summary: 'Hello' }, - } + }, control: { type: 'text' } } } -``` \ No newline at end of file +```