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 b66d61e + 7df7b45 commit 3c7b43b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const RetryOnNode = ({
if (!retry_config?.retry_enabled)
return null

if (!data._retryIndex)
if (!showDefault && !data._retryIndex)
return null

return (
Expand Down

0 comments on commit 3c7b43b

Please sign in to comment.