Skip to content

Commit

Permalink
Merge pull request #24724 from wuzhuobin/patch-1
Browse files Browse the repository at this point in the history
Update button-story-auto-docs.ts.mdx

(cherry picked from commit 1911db3)
  • Loading branch information
jonniebigodes authored and storybook-bot committed Nov 28, 2023
1 parent 46009fe commit 71c0f0e
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -3,7 +3,7 @@

import type { Meta, StoryObj } from '@storybook/web-components';

const Meta: Meta = {
const meta: Meta = {
component: 'custom-button',
//👇 Enables auto-generated documentation for the component story
tags: ['autodocs'],
Expand Down

0 comments on commit 71c0f0e

Please sign in to comment.