feat: Remove webcrawler connector and associated references from the dashboard, streamlining the source addition process and improving UI consistency.

This commit is contained in:
Anish Sarkar 2025-12-31 17:35:45 +05:30
parent d21e800740
commit de63e77f78
4 changed files with 5 additions and 353 deletions

View file

@ -192,7 +192,6 @@ export function DashboardBreadcrumb() {
"linkup-api": "LinkUp API",
"luma-connector": "Luma",
"elasticsearch-connector": "Elasticsearch",
"webcrawler-connector": "Web Pages",
};
const connectorLabel = connectorLabels[connectorType] || connectorType;