Skip to content

Commit 2222c64

Browse files
author
刘欢
committed
feat: fix ci
1 parent 5b683b8 commit 2222c64

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/hooks/useSearchConfig.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
import type { SearchConfig, DefaultOptionType, SelectProps } from '@/Select';
22
import * as React from 'react';
3-
const legacySearchProps = [
4-
'filterOption',
5-
'searchValue',
6-
'optionFilterProp',
7-
'filterSort',
8-
'onSearch',
9-
'autoClearSearchValue',
10-
];
3+
114
// Convert `showSearch` to unique config
125
export default function useSearchConfig(
136
showSearch: boolean | SearchConfig<DefaultOptionType> | undefined,

0 commit comments

Comments
 (0)