fix: reset value not pass the right value

pull/21369/head
Joel 12 months ago
parent c82dcecfa6
commit 98398661e4

@ -48,7 +48,7 @@ const Right = ({
const resetValue = () => { const resetValue = () => {
if (!currentNodeVar) return if (!currentNodeVar) return
resetToLastRunVar(currentNodeVar.nodeId, currentNodeVar.var.name) resetToLastRunVar(currentNodeVar.nodeId, currentNodeVar.var.id)
} }
return ( return (

Loading…
Cancel
Save