Fix: Clicking the checkbox of the pop-up window for editing chunk is invalid #3726 (#3727)

### 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:
balibabu
2024-11-28 20:08:06 +08:00
committed by GitHub
parent 80af3cc2d4
commit a3e0ac9c0b
4 changed files with 27 additions and 9 deletions

View File

@ -296,7 +296,7 @@ export default {
search: '搜尋',
all: '所有',
enabled: '啟用',
disabled: '禁用',
disabled: '禁用',
keyword: '關鍵詞',
function: '函數',
chunkMessage: '請輸入值!',

View File

@ -313,7 +313,7 @@ export default {
search: '搜索',
all: '所有',
enabled: '启用',
disabled: '禁用',
disabled: '禁用',
keyword: '关键词',
function: '函数',
chunkMessage: '请输入值!',