Fix multiselect on activities

This commit is contained in:
Charles Bochet
2023-12-14 19:05:10 +01:00
parent 36164ab59b
commit e22b242ef8
3 changed files with 3 additions and 10 deletions

View File

@ -56,7 +56,7 @@ export const useMapToObjectRecordIdentifier = ({
const avatarUrl =
objectMetadataItem.nameSingular === CoreObjectNameSingular.Company
? getLogoUrlFromDomainName(imageIdentifierFieldValue ?? '')
? getLogoUrlFromDomainName(record['domainName'] ?? '')
: imageIdentifierFieldValue ?? null;
return {