mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
chore: fix ts error in site
This commit is contained in:
parent
c05fd4ac55
commit
eecf0da7e4
@ -185,6 +185,7 @@ const SearchBar = ({
|
||||
initialQuery={searchModalQuery}
|
||||
placeholder={searchPlaceholder}
|
||||
hitComponent={Hit}
|
||||
appId={algoliaConfig.appId}
|
||||
apiKey={algoliaConfig.apiKey}
|
||||
indexName={algoliaConfig.indexName}
|
||||
transformItems={algoliaConfig.transformData}
|
||||
|
Loading…
Reference in New Issue
Block a user