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:
chanx
2026-04-15 11:50:58 +08:00
committed by GitHub
parent a0a4029f01
commit 2d291cd841
2 changed files with 4 additions and 4 deletions

View File

@@ -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> */}