Skip to content

Commit c20288d

Browse files
authored
[6.x] Fix Textarea component story missing an end tag (#13787)
1 parent ab52014 commit c20288d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/stories/Textarea.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const _Disabled: Story = {
5757
};
5858

5959
const elasticCode = `
60-
<Textarea elastic rows="2" model-value="If you catch a chinchilla in Chile, and cut off its beard willy-nilly, you can honestly say, you made on that day, a Chilean chinchilla's chin chilly.">
60+
<Textarea elastic rows="2" model-value="If you catch a chinchilla in Chile, and cut off its beard willy-nilly, you can honestly say, you made on that day, a Chilean chinchilla's chin chilly." />
6161
`;
6262

6363
export const _Elastic: Story = {

0 commit comments

Comments
 (0)