From d9f99787c3761f5a694e6fea87cd045cd88852ad Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 11 Jun 2025 10:39:39 +0800 Subject: [PATCH] feat: doc link --- web/app/components/workflow/variable-inspect/empty.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/app/components/workflow/variable-inspect/empty.tsx b/web/app/components/workflow/variable-inspect/empty.tsx index 7cdcdead1a..1e381d8256 100644 --- a/web/app/components/workflow/variable-inspect/empty.tsx +++ b/web/app/components/workflow/variable-inspect/empty.tsx @@ -13,7 +13,13 @@ const Empty: FC = () => {
{t('workflow.debug.variableInspect.title')}
{t('workflow.debug.variableInspect.emptyTip')}
- {t('workflow.debug.variableInspect.emptyLink')} + + {t('workflow.debug.variableInspect.emptyLink')} +
)