mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 18:45:56 +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)
|
if (!retry_config?.retry_enabled)
|
||||||
return null
|
return null
|
||||||
|
|
||||||
|
if (!showDefault && !data._retryIndex)
|
||||||
|
return null
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='px-3'>
|
<div className='px-3'>
|
||||||
<div className={cn(
|
<div className={cn(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user