Fix build
This commit is contained in:
parent
de61754312
commit
0e468b04de
|
@ -170,10 +170,11 @@ export async function enrichRelationshipSchemas(
|
||||||
const isReadonly =
|
const isReadonly =
|
||||||
isPrimaryDisplay || !!field.schema[relTableFieldName]?.readonly
|
isPrimaryDisplay || !!field.schema[relTableFieldName]?.readonly
|
||||||
field.schema[relTableFieldName] = {
|
field.schema[relTableFieldName] = {
|
||||||
primaryDisplay: isPrimaryDisplay,
|
|
||||||
type: relTableField.type,
|
|
||||||
visible: isReadonly,
|
visible: isReadonly,
|
||||||
readonly: isReadonly,
|
readonly: isReadonly,
|
||||||
|
// @ts-ignore this would require a big refactor around field typings, having document types and api dtos
|
||||||
|
primaryDisplay: isPrimaryDisplay,
|
||||||
|
type: relTableField.type,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue