From d8b43fa47d51f2b2085e36ae728af277db7b9ae0 Mon Sep 17 00:00:00 2001 From: Andre Dickson Date: Thu, 8 Oct 2020 01:13:49 -0400 Subject: [PATCH] Make story consistent across the example --- .../common/button-story-hide-nocontrols-warning.js.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```