Ver código fonte

fix: var inspect doc link error (#21515)

tags/1.5.1
Joel 4 meses atrás
pai
commit
1610f62a28
Nenhuma conta vinculada ao e-mail do autor do commit

+ 1
- 1
web/app/components/workflow/variable-inspect/empty.tsx Ver arquivo

@@ -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')}

Carregando…
Cancelar
Salvar