Skip to content

Commit

Permalink
fix(storybook): label text prop name for the react select component (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjitbauli authored Sep 28, 2020
1 parent 65d6152 commit a6f39fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Select/Select-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const props = {
'Form validation UI content (invalidText in <Select>)',
'A valid value is required'
),
labelText: text('Label text (helperText)', 'Select'),
labelText: text('Label text (labelText)', 'Select'),
helperText: text('Helper text (helperText)', 'Optional helper text.'),
onChange: action('onChange'),
}),
Expand Down

0 comments on commit a6f39fa

Please sign in to comment.