1
0
forked from test/crm

fix: update contact image if lead image is updated

This commit is contained in:
Shariq Ansari 2023-09-01 17:49:35 +05:30
parent 88096f96b7
commit 716cad5ae0

View File

@ -11,6 +11,7 @@
</div>
<div class="flex flex-col justify-center items-center gap-3">
<Avatar
:image="contact.image"
:label="contact.full_name"
class="flex items-center justify-center [&>div]:text-[30px] !h-24 !w-24 relative"
:class="onCall || calling ? '' : 'pulse'"
@ -113,6 +114,7 @@
>
<div class="flex items-center gap-2">
<Avatar
:image="contact.image"
:label="contact.full_name"
class="flex items-center justify-center !h-5 !w-5 relative"
/>