Skip to content

Commit 90c117b

Browse files
chore(link): fix case of default value to match options array
1 parent 53b6002 commit 90c117b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/link/stories/link.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
},
3232
variant: {
3333
name: "Variant",
34-
defaultValue: "Primary",
34+
defaultValue: "primary",
3535
type: { name: "string" },
3636
table: {
3737
type: { summary: "string" },

0 commit comments

Comments
 (0)