Skip to content

Commit

Permalink
Exclude decorator from Storybook docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Feb 16, 2023
1 parent c750820 commit 495a911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 495a911

Please sign in to comment.