diff --git a/server/src/workspace/workspace-manager/demo-objects-prefill-data/person.ts b/server/src/workspace/workspace-manager/demo-objects-prefill-data/person.ts index 2f28b36b07..0944ef2309 100644 --- a/server/src/workspace/workspace-manager/demo-objects-prefill-data/person.ts +++ b/server/src/workspace/workspace-manager/demo-objects-prefill-data/person.ts @@ -28,11 +28,11 @@ export const personPrefillData = async ( .into(`${schemaName}.person`, [ 'nameFirstName', 'nameLastName', - 'city', 'email', - 'avatarUrl', 'linkedinLinkUrl', 'jobTitle', + 'city', + 'avatarUrl', 'companyId', ]) .orIgnore()