aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/web/components/dashboard/tags/TagPill.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/tags/TagPill.tsx b/apps/web/components/dashboard/tags/TagPill.tsx
index c6b08d64..aee3e66e 100644
--- a/apps/web/components/dashboard/tags/TagPill.tsx
+++ b/apps/web/components/dashboard/tags/TagPill.tsx
@@ -81,6 +81,7 @@ export function TagPill({
}
href={`/dashboard/tags/${id}`}
data-id={id}
+ draggable={false}
>
{name} <Separator orientation="vertical" /> {count}
</Link>
@@ -113,4 +114,4 @@ export function TagPill({
{pill}
</Draggable>
);
-}
+} \ No newline at end of file