From 869f848179bbcdba424309f8a76dd20b953cef9b Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Mon, 11 Aug 2025 20:49:44 +0200 Subject: [PATCH] fix merge conflits --- .../documents/(manage)/components/DocumentTypeIcon.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 {