mirror of
https://github.com/lingble/twenty.git
synced 2025-10-30 12:22:29 +00:00
Fixing fields that got mixed up
This commit is contained in:
@@ -28,11 +28,11 @@ export const personPrefillData = async (
|
|||||||
.into(`${schemaName}.person`, [
|
.into(`${schemaName}.person`, [
|
||||||
'nameFirstName',
|
'nameFirstName',
|
||||||
'nameLastName',
|
'nameLastName',
|
||||||
'city',
|
|
||||||
'email',
|
'email',
|
||||||
'avatarUrl',
|
|
||||||
'linkedinLinkUrl',
|
'linkedinLinkUrl',
|
||||||
'jobTitle',
|
'jobTitle',
|
||||||
|
'city',
|
||||||
|
'avatarUrl',
|
||||||
'companyId',
|
'companyId',
|
||||||
])
|
])
|
||||||
.orIgnore()
|
.orIgnore()
|
||||||
|
|||||||
Reference in New Issue
Block a user