mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-09-07 17:58:55 +08:00
fix(flow): Fix text descriptions for multi-column layout options. (#14107)
### What problem does this PR solve? fix(flow): Fix text descriptions for multi-column layout options. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: Yingfeng <yingfeng.zhang@gmail.com>
This commit is contained in:
@@ -311,10 +311,10 @@ const TitleChunkerForm = ({ node }: INextOperatorForm) => {
|
||||
? t('flow.groupTip')
|
||||
: '',
|
||||
}}
|
||||
>
|
||||
{/* {method === 'hierarchy' && t('flow.hierarchyTip')}
|
||||
/>
|
||||
{/* {method === 'hierarchy' && t('flow.hierarchyTip')}
|
||||
{method === 'group' && t('flow.groupTip')} */}
|
||||
</span>
|
||||
|
||||
{/* <span className="flex ml-2 text-xs self-center">
|
||||
{showAllTip ? '▲' : ''}
|
||||
</span> */}
|
||||
|
||||
Reference in New Issue
Block a user