Skip to content

Commit 67e9b2e

Browse files
committed
storybook(textarea): remove forbidden className argTypes control per project rules
1 parent 226df62 commit 67e9b2e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/design-system-react/src/components/TextArea/TextArea.stories.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ const meta: Meta<TextAreaProps> = {
6262
rows: {
6363
control: 'number',
6464
},
65-
className: {
66-
control: 'text',
67-
description: 'Additional CSS classes merged with the component defaults',
68-
},
6965
},
7066
};
7167

0 commit comments

Comments
 (0)