Skip to content

Commit b42b865

Browse files
committed
fix(IconButtonStories): IconButtonStories are now showing the correct input kind instead of cdsButton
1 parent 6876d10 commit b42b865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/button/icon-button.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
"danger--ghost"
4242
],
4343
control: { type: "select" },
44-
name: "cdsButton"
44+
name: "kind"
4545
},
4646
size: {
4747
options: ["sm", "md", "lg", "xl", "2xl"],

0 commit comments

Comments
 (0)