Fix boolean fieldtype case
This commit is contained in:
@ -30,7 +30,7 @@ const viewFieldsMetadata = {
|
|||||||
isNullable: false,
|
isNullable: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'boolean',
|
type: 'BOOLEAN',
|
||||||
name: 'isVisible',
|
name: 'isVisible',
|
||||||
label: 'Visible',
|
label: 'Visible',
|
||||||
targetColumnMap: {
|
targetColumnMap: {
|
||||||
|
|||||||
Reference in New Issue
Block a user