Skip to content

Commit

Permalink
Merge pull request #23158 from jared-christensen/patch-1
Browse files Browse the repository at this point in the history
Update button-story.ts.mdx

(cherry picked from commit 6c0a764)
  • Loading branch information
jonniebigodes authored and github-actions[bot] committed Jun 21, 2023
1 parent 874ab86 commit d71d9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/html/button-story.ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default meta;
* See https://storybook.js.org/docs/html/api/csf
* to learn how to use render functions.
*/
export const Primary: Story = {
export const Primary: StoryObj = {
render: () => {
const btn = document.createElement('button');
btn.innerText = 'Button';
Expand Down

0 comments on commit d71d9f1

Please sign in to comment.