Skip to content

Commit

Permalink
Remove default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy committed Jun 11, 2024
1 parent 7530cd4 commit c70a9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form/Select/SelectMenu/SelectMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const SelectMenu: FC<SelectMenuProps> = ({
multiple,
inputSearchText,
size,
checkIcon = <CheckIcon />,
checkIcon,
onSelectedChange,
theme: customTheme
}) => {
Expand Down

0 comments on commit c70a9bf

Please sign in to comment.