mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 19:06:24 +02:00
feat: update Obsidian connector UI and icon
This commit is contained in:
parent
fae52345f8
commit
9c5c925fca
3 changed files with 48 additions and 13 deletions
|
|
@ -21,6 +21,7 @@ export const getConnectorTypeDisplay = (type: string): string => {
|
|||
ELASTICSEARCH_CONNECTOR: "Elasticsearch",
|
||||
WEBCRAWLER_CONNECTOR: "Web Pages",
|
||||
CIRCLEBACK_CONNECTOR: "Circleback",
|
||||
OBSIDIAN_CONNECTOR: "Obsidian",
|
||||
};
|
||||
return typeMap[type] || type;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue