chore: show U for Untitled in avatar if there is no title
This commit is contained in:
parent
43b577918c
commit
150ec994fc
@ -58,7 +58,7 @@
|
||||
<Avatar
|
||||
size="3xl"
|
||||
class="size-12"
|
||||
:label="organization?.name"
|
||||
:label="organization?.name || __('Untitled')"
|
||||
:image="organization?.organization_logo"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
<Avatar
|
||||
size="3xl"
|
||||
class="size-12"
|
||||
:label="lead.data.first_name"
|
||||
:label="lead.data.first_name || __('Untitled')"
|
||||
:image="lead.data.image"
|
||||
/>
|
||||
<component
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user