mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Fix: Resolve FlowSetting not reading Title from .ts files (#6469)
### What problem does this PR solve? Fix: Resolve FlowSetting not reading Title from .ts files ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -1223,6 +1223,9 @@ This delimiter is used to split the input text into several text pieces echo of
|
||||
},
|
||||
setting: 'Setting',
|
||||
settings: {
|
||||
agentSetting: 'Agent Setting',
|
||||
title: 'title',
|
||||
description: 'description',
|
||||
upload: 'Upload',
|
||||
photo: 'Photo',
|
||||
permissions: 'Permission',
|
||||
|
||||
Reference in New Issue
Block a user