From d4370a8ca5b7546390023ad9bba27d07c7dd39b2 Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 19 Aug 2025 15:07:53 +0800 Subject: [PATCH] chore: alert ui --- web/app/components/workflow/run/result-panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/workflow/run/result-panel.tsx b/web/app/components/workflow/run/result-panel.tsx index 8f4e481d00..0a2f1761d9 100644 --- a/web/app/components/workflow/run/result-panel.tsx +++ b/web/app/components/workflow/run/result-panel.tsx @@ -127,7 +127,7 @@ const ResultPanel: FC = ({ language={CodeLanguage.json} value={inputs} isJSONStringifyBeauty - footer={inputs_truncated && } + footer={inputs_truncated && } /> {process_data && ( = ({ value={outputs} isJSONStringifyBeauty tip={} - footer={outputs_truncated && } + footer={outputs_truncated && } /> )}