mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 03:46:52 +08:00
Fix/workflow retry log (#12013)
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user