Skip to content

Commit

Permalink
Merge pull request #6904 from Sage/FE-6708_optional-story-has-incorre…
Browse files Browse the repository at this point in the history
…ct-name

docs(textarea): address the incorrect title of the isOptional story - FE-6708
  • Loading branch information
DipperTheDan committed Aug 20, 2024
2 parents 39429d1 + 34e75cb commit 75d6afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/textarea/textarea.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ RequiredStory.storyName = "Required";
export const IsOptionalStory: Story = () => {
return <Textarea label="Textarea" isOptional />;
};
IsOptionalStory.storyName = "Required";
IsOptionalStory.storyName = "isOptional";

export const ValidationStringStory: Story = () => {
return (
Expand Down

0 comments on commit 75d6afa

Please sign in to comment.