Skip to content

Commit a6f39fa

Browse files
authored
fix(storybook): label text prop name for the react select component (#6920)
1 parent 65d6152 commit a6f39fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/Select/Select-story.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const props = {
3737
'Form validation UI content (invalidText in <Select>)',
3838
'A valid value is required'
3939
),
40-
labelText: text('Label text (helperText)', 'Select'),
40+
labelText: text('Label text (labelText)', 'Select'),
4141
helperText: text('Helper text (helperText)', 'Optional helper text.'),
4242
onChange: action('onChange'),
4343
}),

0 commit comments

Comments
 (0)