diff --git a/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentTypeIcon.tsx b/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentTypeIcon.tsx index e0cc12b..5273fa5 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentTypeIcon.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentTypeIcon.tsx @@ -10,6 +10,7 @@ import { IconCalendar, IconChecklist, IconLayoutKanban, + IconMail, IconTicket, } from "@tabler/icons-react"; import { File, Globe, Webhook } from "lucide-react"; @@ -31,6 +32,7 @@ const documentTypeIcons: Record = { CONFLUENCE_CONNECTOR: IconBook, CLICKUP_CONNECTOR: IconChecklist, GOOGLE_CALENDAR_CONNECTOR: IconCalendar, + GOOGLE_GMAIL_CONNECTOR: IconMail, }; export function getDocumentTypeIcon(type: string): IconComponent {