fix: 历史记录: 搜索组件

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

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

Loading…
Cancel
Save