Skip to content

Commit

Permalink
docs(contained-list): remove unnecessary storybook controls (#12346)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
janhassel and kodiakhq[bot] committed Oct 21, 2022
1 parent 74dff48 commit 66caf2b
Showing 1 changed file with 9 additions and 3 deletions.
Expand Up @@ -311,13 +311,19 @@ export const Playground = PlaygroundStory.bind({});

Playground.argTypes = {
action: {
control: false,
table: {
disable: true,
},
},
children: {
control: false,
table: {
disable: true,
},
},
className: {
control: false,
table: {
disable: true,
},
},
label: {
defaultValue: 'List title',
Expand Down

0 comments on commit 66caf2b

Please sign in to comment.