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
|
<Avatar
|
||||||
size="3xl"
|
size="3xl"
|
||||||
class="size-12"
|
class="size-12"
|
||||||
:label="organization?.name"
|
:label="organization?.name || __('Untitled')"
|
||||||
:image="organization?.organization_logo"
|
:image="organization?.organization_logo"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -67,7 +67,7 @@
|
|||||||
<Avatar
|
<Avatar
|
||||||
size="3xl"
|
size="3xl"
|
||||||
class="size-12"
|
class="size-12"
|
||||||
:label="lead.data.first_name"
|
:label="lead.data.first_name || __('Untitled')"
|
||||||
:image="lead.data.image"
|
:image="lead.data.image"
|
||||||
/>
|
/>
|
||||||
<component
|
<component
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user