1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

fix issue where readable binding wasn't working correctly with named steps

This commit is contained in:
Peter Clement 2024-01-22 09:40:56 +00:00
parent edb6d95edd
commit 3ab791710c

View file

@ -184,7 +184,8 @@
}
if (
(idx === 0 && automation.trigger?.event === "row:update") ||
idx === 0 &&
automation.trigger?.event === "row:update" &&
automation.trigger?.event === "row:save"
) {
if (name !== "id" && name !== "revision") return `trigger.row.${name}`