mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 22:05:59 +08:00
fix: workflow continue on error doc link (#11554)
This commit is contained in:
parent
8d4bb9b40d
commit
6f4cbe0bde
@ -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'
|
||||
>
|
||||
|
@ -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'
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user