From 0e3f5d804c2aed45765c6e8c098f010d157365e8 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sun, 29 Mar 2026 23:05:11 +0530 Subject: [PATCH] refactor: add OneDrive support to connector icons and types for enhanced integration --- surfsense_web/contracts/enums/toolIcons.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/surfsense_web/contracts/enums/toolIcons.tsx b/surfsense_web/contracts/enums/toolIcons.tsx index 9c4512c2a..b90adf780 100644 --- a/surfsense_web/contracts/enums/toolIcons.tsx +++ b/surfsense_web/contracts/enums/toolIcons.tsx @@ -31,6 +31,7 @@ export const CONNECTOR_TOOL_ICON_PATHS: Record = { gmail: ["GOOGLE_GMAIL_CONNECTOR", "COMPOSIO_GMAIL_CONNECTOR"], google_calendar: ["GOOGLE_CALENDAR_CONNECTOR", "COMPOSIO_GOOGLE_CALENDAR_CONNECTOR"], google_drive: ["GOOGLE_DRIVE_CONNECTOR", "COMPOSIO_GOOGLE_DRIVE_CONNECTOR"], + onedrive: ["ONEDRIVE_CONNECTOR"], notion: ["NOTION_CONNECTOR"], linear: ["LINEAR_CONNECTOR"], jira: ["JIRA_CONNECTOR"],