Skip to content

Commit a8e124e

Browse files
committed
fix: typing with checkbox option
1 parent 39830c6 commit a8e124e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/MultiSelectCustomization.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { ReactComponent as RedWarning } from '../Assets/Icon/ic-error-medium.svg
2222
import { Checkbox } from './Checkbox'
2323
import { CHECKBOX_VALUE } from './Types'
2424

25-
export const Option = (props: OptionProps) => {
25+
export const Option = (props) => {
2626
const { selectOption, data, isDisabled } = props
2727

2828
const handleChange = (e) => {

0 commit comments

Comments
 (0)