1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00
This commit is contained in:
Adria Navarro 2024-09-06 13:35:11 +02:00
parent bb3332a20f
commit 32d3fbee58

View file

@ -87,6 +87,7 @@ export const deriveStores = context => {
...$schemaOverrides[field], ...$schemaOverrides[field],
name: field, name: field,
type: $schema[relField]?.columns?.[relSubField]?.type, type: $schema[relField]?.columns?.[relSubField]?.type,
readonly: true,
} }
}) })
} }