Skip to content

Commit

Permalink
chore(storybook): content fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Jul 8, 2020
1 parent 45ed3db commit 9d8dd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/components/TextInput/TextInput-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const props = {
'This is not a default value'
),
size: select('Field size (size)', sizes, undefined) || undefined,
labelText: text('Label text (labelText)', 'Text Input label'),
labelText: text('Label text (labelText)', 'Text input label'),
placeholder: text('Placeholder text (placeholder)', 'Placeholder text'),
light: boolean('Light variant (light)', false),
disabled: boolean('Disabled (disabled)', false),
Expand All @@ -66,7 +66,7 @@ const props = {
'Form validation UI content (invalidText)',
'A valid value is required'
),
helperText: text('Helper text (helperText)', 'Optional helper text.'),
helperText: text('Helper text (helperText)', 'Optional help text'),
inline: boolean('Inline variant (inline)', false),
onClick: action('onClick'),
onChange: action('onChange'),
Expand Down

0 comments on commit 9d8dd26

Please sign in to comment.