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