|
@@ -117,7 +117,8 @@ const ConnectModal: React.FC<ConnectModalProps> = ({
|
|
|
onSearch={value => handleSearch(value)}
|
|
onSearch={value => handleSearch(value)}
|
|
|
onPressEnter={e => handleSearch(e.currentTarget.value)}
|
|
onPressEnter={e => handleSearch(e.currentTarget.value)}
|
|
|
style={{ width: '95%' }}
|
|
style={{ width: '95%' }}
|
|
|
- allowClear={true}></Input.Search>
|
|
|
|
|
|
|
+ allowClear={true}
|
|
|
|
|
+ />
|
|
|
}>
|
|
}>
|
|
|
<div ref={containerRef} className="h-60vh overflow-y-auto overflow-x-hidden">
|
|
<div ref={containerRef} className="h-60vh overflow-y-auto overflow-x-hidden">
|
|
|
{list.map(item => (
|
|
{list.map(item => (
|