Skip to content

Commit

Permalink
fix: workflow-retry log
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhlyh committed Dec 23, 2024
1 parent dbb05c7 commit d0807a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const RetryOnNode = ({
}, [data._runningStatus, showSelectedBorder])
const showDefault = !isRunning && !isSuccessful && !isException && !isFailed

if (!retry_config)
if (!retry_config?.retry_enabled)
return null

return (
Expand Down

0 comments on commit d0807a8

Please sign in to comment.