mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:51:09 +08:00
FIX
This commit is contained in:
parent
db3d8fd06a
commit
88b02419d5
@ -115,7 +115,7 @@ storiesOf('Basics/Form/Textarea', module)
|
||||
.add('height', () => (
|
||||
<Spaced>
|
||||
{[undefined, 200, 600].map(height => (
|
||||
<Flexed key={align} label={height.toString()}>
|
||||
<Flexed key={height.toString()} label={height.toString()}>
|
||||
<Textarea defaultValue="textarea" size="100%" height={height} />
|
||||
</Flexed>
|
||||
))}
|
||||
|
Loading…
x
Reference in New Issue
Block a user