فهرست منبع

Fix/workflow retry log (#12013)

zxhlyh 4 ماه پیش
والد
کامیت
2bf33c4dd2
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      web/app/components/workflow/nodes/_base/components/retry/retry-on-node.tsx

+ 3 - 0
web/app/components/workflow/nodes/_base/components/retry/retry-on-node.tsx

@@ -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(