From 564223c6d7f1ac782a379a93bdf19f09e2bc4e0d Mon Sep 17 00:00:00 2001 From: Artyom Savchenko Date: Fri, 24 Oct 2025 18:49:27 +0700 Subject: [PATCH] Remove redundant tooltip for card type (#10145) Signed-off-by: Artem Savchenko --- plugins/inbox-resources/src/components/InboxCardTitle.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inbox-resources/src/components/InboxCardTitle.svelte b/plugins/inbox-resources/src/components/InboxCardTitle.svelte index 9e84333423..949872f389 100644 --- a/plugins/inbox-resources/src/components/InboxCardTitle.svelte +++ b/plugins/inbox-resources/src/components/InboxCardTitle.svelte @@ -54,7 +54,7 @@
{#if client.getHierarchy().isDerived(navItem._class, cardPlugin.class.Card)} {@const label = client.getHierarchy().getClass(doc?._class ?? navItem._class).label} - + {#if doc}