Skip to content

Commit

Permalink
fix: Update node title text
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Mar 27, 2024
1 parent 4ea07af commit 367fd74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const getSetValueText = ({ operation, fn, val }: Store.node["data"]) => {
case "append":
return `Append ${val} to ${fn}`;
case "remove":
return `Remove ${fn}`;
return `Remove ${val} from ${fn}`;
default:
return `Replace ${fn} with ${val}`;
}
Expand Down

0 comments on commit 367fd74

Please sign in to comment.