mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-14 08:09:46 +00:00
feat: added edit on discord connector
This commit is contained in:
parent
303856e160
commit
59523563be
5 changed files with 28 additions and 2 deletions
|
@ -7,6 +7,7 @@ export const getConnectorTypeDisplay = (type: string): string => {
|
|||
"NOTION_CONNECTOR": "Notion",
|
||||
"GITHUB_CONNECTOR": "GitHub",
|
||||
"LINEAR_CONNECTOR": "Linear",
|
||||
"DISCORD_CONNECTOR": "Discord",
|
||||
"LINKUP_API": "Linkup",
|
||||
};
|
||||
return typeMap[type] || type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue