Skip to content

Commit 869f848

Browse files
committed
fix merge conflits
1 parent d840113 commit 869f848

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentTypeIcon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
IconCalendar,
1111
IconChecklist,
1212
IconLayoutKanban,
13+
IconMail,
1314
IconTicket,
1415
} from "@tabler/icons-react";
1516
import { File, Globe, Webhook } from "lucide-react";
@@ -31,6 +32,7 @@ const documentTypeIcons: Record<string, IconComponent> = {
3132
CONFLUENCE_CONNECTOR: IconBook,
3233
CLICKUP_CONNECTOR: IconChecklist,
3334
GOOGLE_CALENDAR_CONNECTOR: IconCalendar,
35+
GOOGLE_GMAIL_CONNECTOR: IconMail,
3436
};
3537

3638
export function getDocumentTypeIcon(type: string): IconComponent {

0 commit comments

Comments
 (0)