Feat: Add tag_kwd parameter to chunk configuration modal #4368 (#4414)

### What problem does this PR solve?

Feat: Add tag_kwd parameter to chunk configuration modal  #4368

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-01-08 19:45:34 +08:00
committed by GitHub
parent 3d66d78304
commit af43cb04e8
13 changed files with 204 additions and 13 deletions

View File

@ -79,7 +79,7 @@ const ParsingActionCell = ({
<Dropdown
menu={{ items: chunkItems }}
trigger={['click']}
disabled={isRunning}
disabled={isRunning || record.parser_id === 'tag'}
>
<Button type="text" className={styles.iconButton}>
<ToolOutlined size={20} />