mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
### What problem does this PR solve? Fix: Clicking the checkbox of the pop-up window for editing chunk is invalid #3726 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -296,7 +296,7 @@ export default {
|
||||
search: '搜尋',
|
||||
all: '所有',
|
||||
enabled: '啟用',
|
||||
disabled: '禁用的',
|
||||
disabled: '禁用',
|
||||
keyword: '關鍵詞',
|
||||
function: '函數',
|
||||
chunkMessage: '請輸入值!',
|
||||
|
||||
@ -313,7 +313,7 @@ export default {
|
||||
search: '搜索',
|
||||
all: '所有',
|
||||
enabled: '启用',
|
||||
disabled: '禁用的',
|
||||
disabled: '禁用',
|
||||
keyword: '关键词',
|
||||
function: '函数',
|
||||
chunkMessage: '请输入值!',
|
||||
|
||||
Reference in New Issue
Block a user