Skip to content

Commit

Permalink
fix: textarea storybook resize options typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura committed Dec 20, 2024
1 parent fc8080e commit 26cd5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/text-area/TextArea.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
},
resize: {
control: "select",
options: ["Vertical", "Horizontal", "Both", "None", "block", "inline"],
options: ["Vertical", "Horizontal", "Both", "None", "Block", "Inline"],
},
},
} as ComponentMeta<typeof TextArea>;
Expand Down

0 comments on commit 26cd5d6

Please sign in to comment.