Skip to content

Commit

Permalink
Fix/workflow retry log (#12013)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhlyh authored Dec 23, 2024
1 parent dc19cd5 commit 2bf33c4
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 (!showDefault && !data._retryIndex)
return null

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

0 comments on commit 2bf33c4

Please sign in to comment.