Fix
This commit is contained in:
parent
f2b8185905
commit
637464e8b0
|
@ -202,7 +202,7 @@ export async function enrichSchema(
|
|||
|
||||
const viewSchema = view.schema || {}
|
||||
const anyViewOrder = Object.values(viewSchema).some(ui => ui.order != null)
|
||||
for (const key of Object.keys(schema)) {
|
||||
for (const key of Object.keys(viewSchema)) {
|
||||
// if nothing specified in view, then it is not visible
|
||||
const ui = viewSchema[key] || { visible: false }
|
||||
schema[key] = {
|
||||
|
|
Loading…
Reference in New Issue