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 (