Skip to content

Commit

Permalink
test(slash): fix group textarea stories
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeb committed Jan 22, 2025
1 parent 776b15a commit 9fc92b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slash/react/src/Form/Textarea/TextareaInput.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { TextareaInput } from "./TextareaInput";

const meta: Meta<typeof TextareaInput> = {
component: TextareaInput,
title: "Components/Form/Input/TextareaInput",
title: "Components/Form/Input/Textarea",
argTypes: { onChange: { action: "onChange" } },
args: { onChange: fn() },
};
Expand Down

0 comments on commit 9fc92b5

Please sign in to comment.