Fix icons

This commit is contained in:
Adria Navarro 2024-09-25 13:11:25 +02:00
parent e4259b4d61
commit c351a9bced
1 changed files with 2 additions and 0 deletions

View File

@ -122,8 +122,10 @@
label: name,
schema: {
type: column.type,
subtype: column.subtype,
visible: column.visible,
readonly: column.readonly,
constraints: column.constraints, // This is needed to properly display "users" column
},
}
})