mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-25 11:05:07 +02:00
Remove redundant tooltip for card type (#10145)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<div class="labels">
|
||||
{#if client.getHierarchy().isDerived(navItem._class, cardPlugin.class.Card)}
|
||||
{@const label = client.getHierarchy().getClass(doc?._class ?? navItem._class).label}
|
||||
<span class="title--bold overflow-label clear-mins" use:tooltip={{ label }}>
|
||||
<span class="title--bold overflow-label clear-mins">
|
||||
<Label {label} />
|
||||
</span>
|
||||
{#if doc}
|
||||
|
||||
Reference in New Issue
Block a user