Fix KeyboardShortcut menu, person upload picture (#2669)

* Fix KeyboardShortcut menu, person upload picture

* Fixes
This commit is contained in:
Charles Bochet
2023-11-23 13:44:54 +01:00
committed by GitHub
parent 9c4f402102
commit 9dabe44d0f
16 changed files with 168 additions and 35 deletions

View File

@ -183,7 +183,7 @@ export const seedPersonFieldMetadata = async (
url: 'xLinkUrl',
},
description: 'Contacts X/Twitter account',
icon: 'IconUser',
icon: 'IconBrandX',
isNullable: true,
isSystem: false,
defaultValue: undefined,
@ -257,7 +257,7 @@ export const seedPersonFieldMetadata = async (
description: 'Contacts avatar',
icon: 'IconFileUpload',
isNullable: true,
isSystem: false,
isSystem: true,
defaultValue: undefined,
},