Fix selecting 'old row' in row updated trigger.

This commit is contained in:
Sam Rose 2025-01-23 17:35:50 +00:00
parent 012bb4e1cc
commit cf9b61c8c8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@
type: RowSelector,
props: {
row: inputData["oldRow"] || {
tableId: inputData["row"].tableId,
tableId: inputData["row"]?.tableId,
},
meta: {
fields: inputData["meta"]?.oldFields || {},