Revert "Et2SelectEmail: Pass email to lavatar to get contact picture in email select option"

This reverts commit 5de789f7f7.
This commit is contained in:
ralf 2023-07-27 11:08:23 +02:00
parent acc9deee85
commit 322fefa62c

View File

@ -254,7 +254,6 @@ export class Et2SelectEmail extends Et2Select
lname=${option.lname || nothing}
fname=${option.fname || nothing}
image=${option.icon || nothing}
.contactId=${"email:" + option.value}
>
</et2-lavatar>`;
}