1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

PR feedback. Ensure fieldValue reacts to schema changes

This commit is contained in:
Dean 2024-08-08 16:51:33 +01:00
parent bd2664218c
commit 1d8235a1cc

View file

@ -15,7 +15,7 @@
let rows = []
let linkedIds = []
$: fieldValue = getFieldValue(linkedData)
$: fieldValue = getFieldValue(linkedData, schema)
$: label = label || capitalise(schema.name)
$: linkedTableId = linkedTableId || schema.tableId
$: linkedTable = $tables.list.find(table => table._id === linkedTableId)