add UI implementations

This commit is contained in:
CREDO23 2025-08-26 14:00:22 +02:00
parent 27b914f822
commit a9bd5ffdb7
4 changed files with 194 additions and 0 deletions

View file

@ -14,6 +14,7 @@ export const getConnectorTypeDisplay = (type: string): string => {
CLICKUP_CONNECTOR: "ClickUp",
GOOGLE_CALENDAR_CONNECTOR: "Google Calendar",
GOOGLE_GMAIL_CONNECTOR: "Google Gmail",
AIRTABLE_CONNECTOR: "Airtable",
};
return typeMap[type] || type;
};