Fix favorite seeds and prefill

This commit is contained in:
Charles Bochet
2023-11-17 16:44:26 +01:00
parent baf1260443
commit f58e4263bc
7 changed files with 60 additions and 26 deletions

View File

@ -54,10 +54,11 @@ const personMetadata = {
isCustom: false,
isActive: true,
type: FieldMetadataType.LINK,
name: 'linkedinUrl',
name: 'linkedinLink',
label: 'Linkedin',
targetColumnMap: {
value: 'linkedinUrl',
label: 'linkedinLinkLabel',
url: 'linkedinLinkUrl',
},
description: 'Contacts Linkedin account',
icon: 'IconBrandLinkedin',
@ -67,10 +68,11 @@ const personMetadata = {
isCustom: false,
isActive: true,
type: FieldMetadataType.LINK,
name: 'xUrl',
name: 'xLink',
label: 'X',
targetColumnMap: {
value: 'xUrl',
label: 'xLinkLabel',
url: 'xLinkUrl',
},
description: 'Contacts X/Twitter account',
icon: 'IconUser',