mirror of https://github.com/langgenius/dify.git
Fix/workflow retry log (#12013)
This commit is contained in:
parent
dc19cd5d9d
commit
2bf33c4dd2
|
|
@ -34,6 +34,9 @@ const RetryOnNode = ({
|
|||
if (!retry_config?.retry_enabled)
|
||||
return null
|
||||
|
||||
if (!showDefault && !data._retryIndex)
|
||||
return null
|
||||
|
||||
return (
|
||||
<div className='px-3'>
|
||||
<div className={cn(
|
||||
|
|
|
|||
Loading…
Reference in New Issue