feat: Added LinkUP Search Engine Connector

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-04-27 15:53:33 -07:00
parent 273c16a611
commit 3675505eb1
18 changed files with 492 additions and 27 deletions

View file

@ -7,6 +7,7 @@ export const getConnectorTypeDisplay = (type: string): string => {
"NOTION_CONNECTOR": "Notion",
"GITHUB_CONNECTOR": "GitHub",
"LINEAR_CONNECTOR": "Linear",
"LINKUP_API": "Linkup",
};
return typeMap[type] || type;
};