diff --git a/docs/snippets/common/button-story-hide-nocontrols-warning.js.mdx b/docs/snippets/common/button-story-hide-nocontrols-warning.js.mdx index 64f9b74f98e..af43760a916 100644 --- a/docs/snippets/common/button-story-hide-nocontrols-warning.js.mdx +++ b/docs/snippets/common/button-story-hide-nocontrols-warning.js.mdx @@ -3,7 +3,7 @@ export const Large = Template.bind({}); -Basic.parameters = { +Large.parameters = { controls: { hideNoControlsWarning: true }, }; -``` \ No newline at end of file +```