mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-10 14:28:57 +00:00
feat: Added LinkUP Search Engine Connector
This commit is contained in:
parent
273c16a611
commit
3675505eb1
18 changed files with 492 additions and 27 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue