diff --git a/surfsense_web/app/dashboard/[search_space_id]/team/page.tsx b/surfsense_web/app/dashboard/[search_space_id]/team/page.tsx index 87e4281ae..2eff4ade4 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/team/page.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/team/page.tsx @@ -11,6 +11,7 @@ import { Crown, Edit2, FileText, + Globe, Hash, Link2, LinkIcon, @@ -827,6 +828,12 @@ const CATEGORY_CONFIG: Record< description: "Manage search space settings", order: 10, }, + public_sharing: { + label: "Public Chat Sharing", + icon: Globe, + description: "Share chats publicly via links", + order: 11, + }, }; const ACTION_LABELS: Record = {