fix: workflow continue on error doc link (#11554)

This commit is contained in:
zxhlyh 2024-12-11 18:03:41 +08:00 committed by GitHub
parent 8d4bb9b40d
commit 6f4cbe0bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ const NodePanel: FC<Props> = ({
<StatusContainer status='stopped'> <StatusContainer status='stopped'>
{nodeInfo.error} {nodeInfo.error}
<a <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' target='_blank'
className='text-text-accent' className='text-text-accent'
> >

View File

@ -134,7 +134,7 @@ const StatusPanel: FC<ResultProps> = ({
<div className='system-xs-medium text-text-warning'> <div className='system-xs-medium text-text-warning'>
{error} {error}
<a <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' target='_blank'
className='text-text-accent' className='text-text-accent'
> >