This commit is contained in:
Adria Navarro 2024-08-29 13:22:50 +02:00
parent f2b8185905
commit 637464e8b0
1 changed files with 1 additions and 1 deletions

View File

@ -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] = {