fix object columns to string

This commit is contained in:
Winzlieb - 2022-03-09 17:29:15 +01:00
parent 48f897a78e
commit dbef635f3c
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ const columnsRaw: { name: string; header: string; type: string }[] = [
{
"name": "contact_email",
"header": "contact email",
"type": "object"
"type": "string"
},
{
"name": "contact_name_full",
@ -60,7 +60,7 @@ const columnsRaw: { name: string; header: string; type: string }[] = [
{
"name": "contact_phone",
"header": "contact phone",
"type": "object"
"type": "string"
},
{
"name": "place_zip",