Skip to content

Commit

Permalink
fix(odyssey-storybook): fix deprectated storyName warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancunningham-okta committed Aug 23, 2024
1 parent a2f5648 commit d22c240
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export const Multiline: StoryObj<typeof TextField> = {
isMultiline: true,
defaultValue: "",
},
storyName: "Multiline (Textarea)",
name: "Multiline (Textarea)",
};

export const Placeholder: StoryObj<typeof TextField> = {
Expand Down

0 comments on commit d22c240

Please sign in to comment.