Readonly
This commit is contained in:
parent
574b2e5a3c
commit
d799bfacb6
|
@ -87,6 +87,7 @@ export const deriveStores = context => {
|
|||
...$schemaOverrides[field],
|
||||
name: field,
|
||||
type: $schema[relField]?.columns?.[relSubField]?.type,
|
||||
readonly: true,
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue