mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-16 00:59:46 +00:00
update edit connectors page to support linear connector
This commit is contained in:
parent
f2f426d5eb
commit
32c721113c
5 changed files with 68 additions and 23 deletions
|
@ -6,6 +6,7 @@ export const getConnectorTypeDisplay = (type: string): string => {
|
|||
"SLACK_CONNECTOR": "Slack",
|
||||
"NOTION_CONNECTOR": "Notion",
|
||||
"GITHUB_CONNECTOR": "GitHub",
|
||||
"LINEAR_CONNECTOR": "Linear",
|
||||
};
|
||||
return typeMap[type] || type;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue