From 2b38c0060af39b42e1fe2011a3dd9b1c0076a3af Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 23 Nov 2025 00:57:30 +0000 Subject: fix: hide manage collaborators option for smart lists --- apps/web/components/dashboard/lists/ListOptions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: , - visible: true, // Always visible for all roles + visible: list.type === "manual", disabled: false, onClick: () => setCollaboratorsModalOpen(true), }, -- cgit v1.2.3-70-g09d2