mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: add DynamicCategorize #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -10,12 +10,7 @@ const LLMSelect = () => {
|
||||
|
||||
return (
|
||||
<Popover content={content} trigger="click" placement="left" arrow={false}>
|
||||
{/* <Button>Click me</Button> */}
|
||||
<Select
|
||||
defaultValue="lucy"
|
||||
style={{ width: '100%' }}
|
||||
dropdownStyle={{ display: 'none' }}
|
||||
/>
|
||||
<Select style={{ width: '100%' }} dropdownStyle={{ display: 'none' }} />
|
||||
</Popover>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user