From bcd6e22735037ef719e78dd7f77a11fc81ae3112 Mon Sep 17 00:00:00 2001 From: twwu Date: Thu, 22 Jan 2026 17:15:58 +0800 Subject: [PATCH] fix: update key prop in UserActionItem to use index for consistent rendering --- web/app/components/workflow/nodes/human-input/panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/nodes/human-input/panel.tsx b/web/app/components/workflow/nodes/human-input/panel.tsx index 4cd8316f9b..525821d042 100644 --- a/web/app/components/workflow/nodes/human-input/panel.tsx +++ b/web/app/components/workflow/nodes/human-input/panel.tsx @@ -185,7 +185,7 @@ const Panel: FC> = ({
{inputs.user_actions.map((action, index) => ( handleUserActionChange(index, data)} onDelete={handleUserActionDelete}