소스 검색

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(