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

This commit is contained in:
nathan 2023-07-26 13:39:00 -06:00
parent f3258ebc45
commit 5de789f7f7

View File

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