Skip to content

Commit

Permalink
remove option label
Browse files Browse the repository at this point in the history
  • Loading branch information
jsartisan committed Feb 6, 2025
1 parent 64a3fd5 commit 08be940
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/client/packages/design-system/ads/src/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function Select(props: SelectProps) {
showSearch = false,
size = "md",
virtual = false,
optionLabelProp = "label",
...rest
} = props;
const searchRef = useRef<HTMLInputElement>(null);
Expand Down Expand Up @@ -111,7 +110,6 @@ function Select(props: SelectProps) {
menuItemSelectedIcon=""
mode={isMultiSelect ? "multiple" : undefined}
onDropdownVisibleChange={handleDropdownVisibleChange}
optionLabelProp={optionLabelProp}
placeholder={placeholder}
searchValue={searchValue}
showArrow
Expand Down

0 comments on commit 08be940

Please sign in to comment.