Skip to content

Commit

Permalink
Merge branch 'fix/workflow-retry-log' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhlyh committed Dec 23, 2024
2 parents 00a2b12 + 7acb715 commit b66d61e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ const RetryOnNode = ({
if (!retry_config?.retry_enabled)
return null

if (!data._retryIndex)
return null

return (
<div className='px-3'>
<div className={cn(
Expand Down

0 comments on commit b66d61e

Please sign in to comment.