allow future events indexing for google calendar connector

This commit is contained in:
CREDO23 2025-08-13 21:17:16 +02:00
parent 07f42270a5
commit d70ebf9669
2 changed files with 30 additions and 6 deletions

View file

@ -10,6 +10,10 @@ export const getConnectorTypeDisplay = (type: string): string => {
JIRA_CONNECTOR: "Jira",
DISCORD_CONNECTOR: "Discord",
LINKUP_API: "Linkup",
CONFLUENCE_CONNECTOR: "Confluence",
CLICKUP_CONNECTOR: "ClickUp",
GOOGLE_CALENDAR_CONNECTOR: "Google Calendar",
GOOGLE_GMAIL_CONNECTOR: "Google Gmail",
};
return typeMap[type] || type;
};