Don't show hidden fields
This commit is contained in:
parent
643210f3aa
commit
11ffff377b
|
@ -159,6 +159,7 @@
|
||||||
schema =>
|
schema =>
|
||||||
![FieldType.LINK, FieldType.FORMULA].includes(schema.type)
|
![FieldType.LINK, FieldType.FORMULA].includes(schema.type)
|
||||||
)
|
)
|
||||||
|
.filter(schema => schema.visible !== false)
|
||||||
.map(column => {
|
.map(column => {
|
||||||
const isPrimaryDisplay = relTable.primaryDisplay === column.name
|
const isPrimaryDisplay = relTable.primaryDisplay === column.name
|
||||||
const isReadonly = !!(
|
const isReadonly = !!(
|
||||||
|
|
Loading…
Reference in New Issue