feat: added edit on discord connector

This commit is contained in:
Muhamad Aji Wibisono 2025-06-02 19:54:22 +07:00
parent 303856e160
commit 59523563be
5 changed files with 28 additions and 2 deletions

View file

@ -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;