fix: workflow loop node break conditions (#15549)

This commit is contained in:
zxhlyh
2025-03-12 10:10:51 +08:00
committed by GitHub
parent eb9b256ee8
commit b541792465
5 changed files with 6 additions and 4 deletions

View File

@@ -55,6 +55,7 @@ const Panel: FC<NodePanelProps<LoopNodeType>> = ({
<div>
<Field
title={<div className='pl-3'>{t(`${i18nPrefix}.breakCondition`)}</div>}
tooltip={t(`${i18nPrefix}.breakConditionTip`)}
>
<ConditionWrap
nodeId={id}