feat: remove disabled from ChunkMethodModal (#148)

This commit is contained in:
balibabu
2024-03-25 14:56:56 +08:00
committed by GitHub
parent 71fe314955
commit 74419e5f0c
2 changed files with 2 additions and 13 deletions

View File

@@ -231,7 +231,6 @@ const KnowledgeFile = () => {
onOk={onChangeParserOk}
visible={changeParserVisible}
hideModal={hideChangeParserModal}
disabled={currentRecord.chunk_num > 0}
loading={changeParserLoading}
/>
<RenameModal