瀏覽代碼

fix: var inspect doc link error (#21515)

tags/1.5.1
Joel 4 月之前
父節點
當前提交
1610f62a28
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/workflow/variable-inspect/empty.tsx

+ 1
- 1
web/app/components/workflow/variable-inspect/empty.tsx 查看文件

@@ -15,7 +15,7 @@ const Empty: FC = () => {
<div className='system-xs-regular text-text-tertiary'>{t('workflow.debug.variableInspect.emptyTip')}</div>
<a
className='system-xs-regular cursor-pointer text-text-accent'
href='https://docs.dify.ai/guides/workflow/debug-and-preview/variable-inspect'
href='https://docs.dify.ai/en/guides/workflow/debug-and-preview/variable-inspect'
target='_blank'
rel='noopener noreferrer'>
{t('workflow.debug.variableInspect.emptyLink')}

Loading…
取消
儲存