feat: update Obsidian connector UI and icon

This commit is contained in:
Anish Sarkar 2026-01-23 14:50:06 +05:30
parent fae52345f8
commit 9c5c925fca
3 changed files with 48 additions and 13 deletions

View file

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