Skip to content

Commit

Permalink
docs(tile): update storybook hide light (#12506)
Browse files Browse the repository at this point in the history
closes #12487

Co-authored-by: TJ Egan <tw15egan@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 10, 2022
1 parent 7a25103 commit c608c18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/react/src/components/Tile/Tile.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ export default {
page: mdx,
},
},
argTypes: {
light: {
table: {
disable: true,
},
},
},
};

export const Default = () => {
Expand Down

0 comments on commit c608c18

Please sign in to comment.