aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components')
-rw-r--r--apps/web/components/dashboard/lists/ListOptions.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/lists/ListOptions.tsx b/apps/web/components/dashboard/lists/ListOptions.tsx
index b80ac680..36bb097b 100644
--- a/apps/web/components/dashboard/lists/ListOptions.tsx
+++ b/apps/web/components/dashboard/lists/ListOptions.tsx
@@ -80,7 +80,7 @@ export function ListOptions({
? t("lists.collaborators.manage")
: t("lists.collaborators.view"),
icon: <Users className="size-4" />,
- visible: true, // Always visible for all roles
+ visible: list.type === "manual",
disabled: false,
onClick: () => setCollaboratorsModalOpen(true),
},