Skip to content

Commit

Permalink
fix: workflow continue on error doc link (#11554)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhlyh authored and iamjoel committed Dec 16, 2024
1 parent 4762d9b commit 974b88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/app/components/workflow/run/node.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const NodePanel: FC<Props> = ({
<StatusContainer status='stopped'>
{nodeInfo.error}
<a
href='https://docs.dify.ai/guides/workflow/error-handling/predefined-nodes-failure-logic'
href='https://docs.dify.ai/guides/workflow/error-handling/error-type'
target='_blank'
className='text-text-accent'
>
Expand Down
2 changes: 1 addition & 1 deletion web/app/components/workflow/run/status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const StatusPanel: FC<ResultProps> = ({
<div className='system-xs-medium text-text-warning'>
{error}
<a
href='https://docs.dify.ai/guides/workflow/error-handling/predefined-nodes-failure-logic'
href='https://docs.dify.ai/guides/workflow/error-handling/error-type'
target='_blank'
className='text-text-accent'
>
Expand Down

0 comments on commit 974b88d

Please sign in to comment.