fix: 历史记录: 搜索组件

dev/chat
Lei OT 2 years ago
parent f614343462
commit 3fc0fb305c

@ -36,7 +36,7 @@ function DebounceSelect({ fetchOptions, debounceTimeout = 800, ...props }) {
optionFilterProp='label'
>
{options.map((d) => (
<Select.Option key={`${d.value}${d.label}`} title={d.label}>
<Select.Option key={d.value} title={d.label}>
{d.label}
</Select.Option>
))}

Loading…
Cancel
Save