From 98398661e49c6e8b60221a23f4d1fc21b892e305 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 29 May 2025 11:13:14 +0800 Subject: [PATCH] fix: reset value not pass the right value --- web/app/components/workflow/variable-inspect/right.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/variable-inspect/right.tsx b/web/app/components/workflow/variable-inspect/right.tsx index 0bee911e0c..94a35b5088 100644 --- a/web/app/components/workflow/variable-inspect/right.tsx +++ b/web/app/components/workflow/variable-inspect/right.tsx @@ -48,7 +48,7 @@ const Right = ({ const resetValue = () => { if (!currentNodeVar) return - resetToLastRunVar(currentNodeVar.nodeId, currentNodeVar.var.name) + resetToLastRunVar(currentNodeVar.nodeId, currentNodeVar.var.id) } return (