diff --git a/src/components/text-area/TextArea.stories.tsx b/src/components/text-area/TextArea.stories.tsx index 0514fc8..0150db1 100644 --- a/src/components/text-area/TextArea.stories.tsx +++ b/src/components/text-area/TextArea.stories.tsx @@ -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;