From 495a91128c8760b0a1dcfc9d1ae26c72e3e11a72 Mon Sep 17 00:00:00 2001 From: chad1008 <13856531+chad1008@users.noreply.github.com> Date: Thu, 16 Feb 2023 09:19:55 -0500 Subject: [PATCH] Exclude decorator from Storybook docs --- .../components/src/circular-option-picker/stories/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/circular-option-picker/stories/index.tsx b/packages/components/src/circular-option-picker/stories/index.tsx index 641135e3b96e21..a2e1bb5b0e482b 100644 --- a/packages/components/src/circular-option-picker/stories/index.tsx +++ b/packages/components/src/circular-option-picker/stories/index.tsx @@ -37,7 +37,7 @@ const meta: ComponentMeta< typeof CircularOptionPicker > = { parameters: { actions: { argTypesRegex: '^on.*' }, controls: { expanded: true }, - docs: { source: { state: 'open' } }, + docs: { source: { state: 'open', excludeDecorators: true } }, }, decorators: [ // Share current color state between main component, `actions` and `options`