mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 03:25:57 +08:00
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…
x
Reference in New Issue
Block a user