Skip to content

Commit

Permalink
fix(TextArea): remove value from playground story (#12736)
Browse files Browse the repository at this point in the history
Co-authored-by: Alison Joseph <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 1, 2022
1 parent b77359f commit fff83da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/react/src/components/TextArea/TextArea.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ Playground.argTypes = {
},
defaultValue: 4,
},
value: {
control: {
type: 'text',
},
defaultValue: '',
},
};

Playground.args = {
Expand Down

0 comments on commit fff83da

Please sign in to comment.