UBERF-6189 Fix document inbox issues (#5072)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2024-03-27 17:28:43 +07:00
committed by GitHub
parent 183239f2fe
commit 7b4db2e94d
5 changed files with 22 additions and 4 deletions
@@ -114,7 +114,11 @@
<Label label={hierarchy.getClass(value.attachedToClass).label} />
{/if}
<span class="title overflow-label clear-mins" {title}>
{title ?? hierarchy.getClass(value.attachedToClass).label}
{#if title}
{title}
{:else}
<Label label={hierarchy.getClass(value.attachedToClass).label} />
{/if}
</span>
{/if}
</div>