Skip to content

Commit 66b61bc

Browse files
committed
refactor: remove redundant doc
1 parent 743c4e7 commit 66b61bc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Shared/Components/SelectPicker/SelectPicker.component.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ import { SelectPickerOptionType, SelectPickerProps } from './type'
5050
* <SelectPicker ... error="Something went wrong" />
5151
* ```
5252
*
53-
* @example Custom label
54-
* ```tsx
55-
* <SelectPicker ... label={<div>Label</div>} />
56-
* ```
57-
*
5853
* @example Helper text
5954
* ```tsx
6055
* <SelectPicker ... helperText="Help information" />

0 commit comments

Comments
 (0)