Skip to content

Commit

Permalink
chore: Update Textarea.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiM authored Apr 26, 2024
1 parent 36f1cb2 commit ac68651
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 @@ -81,7 +81,7 @@ const Template: StoryFn = () => {
value={value}
onChange={onChangeValue}
decorators={{
beforeMaxLengthCount: (txt) => `entry limitLength(${txt})`,
beforeMaxLengthCount: (txt) => `entry limit(${txt})`,
afterMaxLengthCount: (txt) => ` characters(${txt})`,
}}
/>
Expand Down

0 comments on commit ac68651

Please sign in to comment.