From aaf6e8f978808fc87862530d7c9d0b24d9938fd7 Mon Sep 17 00:00:00 2001 From: JzoNg Date: Tue, 20 Jan 2026 17:43:42 +0800 Subject: [PATCH] use action is for executed action text --- .../chat/chat/answer/human-input-content/executed-action.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/chat/chat/answer/human-input-content/executed-action.tsx b/web/app/components/base/chat/chat/answer/human-input-content/executed-action.tsx index 7e9db4dce8..ccdfcb624b 100644 --- a/web/app/components/base/chat/chat/answer/human-input-content/executed-action.tsx +++ b/web/app/components/base/chat/chat/answer/human-input-content/executed-action.tsx @@ -20,7 +20,7 @@ const ExecutedAction = ({ i18nKey="nodes.humanInput.userActions.triggered" ns="workflow" components={{ strong: }} - values={{ actionName: executedAction.title }} + values={{ actionName: executedAction.id }} />