fix operand issue
This commit is contained in:
parent
e53c4f1fcb
commit
3f9d1402f3
|
@ -185,8 +185,8 @@
|
|||
|
||||
if (
|
||||
idx === 0 &&
|
||||
automation.trigger?.event === "row:update" &&
|
||||
automation.trigger?.event === "row:save"
|
||||
(automation.trigger?.event === "row:update" ||
|
||||
automation.trigger?.event === "row:save")
|
||||
) {
|
||||
if (name !== "id" && name !== "revision") return `trigger.row.${name}`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue