Fix icons
This commit is contained in:
parent
e4259b4d61
commit
c351a9bced
|
@ -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
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue