Fix boolean fieldtype case

This commit is contained in:
Charles Bochet
2023-11-07 14:03:44 +01:00
parent 0ae56b055c
commit 4ca4f17897

View File

@ -30,7 +30,7 @@ const viewFieldsMetadata = {
isNullable: false,
},
{
type: 'boolean',
type: 'BOOLEAN',
name: 'isVisible',
label: 'Visible',
targetColumnMap: {