mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: fetch parser list for SegmentSetModal (#81)
This commit is contained in:
@ -56,15 +56,13 @@ const ParsingActionCell = ({
|
||||
});
|
||||
};
|
||||
|
||||
const onRename = () => {};
|
||||
|
||||
const chunkItems: MenuProps['items'] = [
|
||||
{
|
||||
key: '1',
|
||||
label: (
|
||||
<div>
|
||||
<Button type="link" onClick={showSegmentSetModal}>
|
||||
分段设置
|
||||
Parser type
|
||||
</Button>
|
||||
</div>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user