Skip to content

Commit

Permalink
make some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewang committed Feb 22, 2024
1 parent 236793d commit 2697af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inlong-dashboard/src/ui/components/HighSelect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ const HighSelect: React.FC<HighSelectProps> = ({
onDropdownVisibleChange={onDropdownVisibleChange}
onChange={onSelectChange}
filterOption={
options.filterOption
options?.filterOption === true
? (input, option) => (option?.label ?? '').toString().includes(input)
: options.filterOption
: false
}
value={
useInput && diyState
Expand Down

0 comments on commit 2697af8

Please sign in to comment.