1
0
Fork 0
mirror of synced 2024-09-28 23:31:43 +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, label: name,
schema: { schema: {
type: column.type, type: column.type,
subtype: column.subtype,
visible: column.visible, visible: column.visible,
readonly: column.readonly, readonly: column.readonly,
constraints: column.constraints, // This is needed to properly display "users" column
}, },
} }
}) })