1
0
Fork 0
mirror of synced 2024-09-28 15:21:28 +12:00

Fix icons

This commit is contained in:
Adria Navarro 2024-09-25 13:11:25 +02:00
parent e4259b4d61
commit c351a9bced

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
},
}
})