Skip to content

Commit

Permalink
Merge pull request #23442 from storybookjs/chore_docs_web_snippets_fix
Browse files Browse the repository at this point in the history
Docs: (Snippets Web Components) Autodocs fix
(cherry picked from commit cfcb363)
  • Loading branch information
jonniebigodes authored and storybook-bot committed Jul 14, 2023
1 parent 0d4c2e0 commit 498b485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/snippets/web-components/button-story-auto-docs.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export default {
component: 'custom-button',
//👇 Enables auto-generated documentation for the component story
tags: ['docsPage'],
tags: ['autodocs'],
argTypes: {
backgroundColor: { control: 'color' },
},
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/web-components/button-story-auto-docs.ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { Meta, StoryObj } from '@storybook/web-components';
const Meta: Meta = {
component: 'custom-button',
//👇 Enables auto-generated documentation for the component story
tags: ['docsPage'],
tags: ['autodocs'],
argTypes: {
backgroundColor: { control: 'color' },
},
Expand Down

0 comments on commit 498b485

Please sign in to comment.