diff --git a/frontend/src/app/knowledge/page.tsx b/frontend/src/app/knowledge/page.tsx index 1e417372..fac81f51 100644 --- a/frontend/src/app/knowledge/page.tsx +++ b/frontend/src/app/knowledge/page.tsx @@ -31,7 +31,7 @@ import { StatusBadge } from "@/components/ui/status-badge"; import { DeleteConfirmationDialog } from "../../../components/confirmation-dialog"; import { useDeleteDocument } from "../api/mutations/useDeleteDocument"; -// Function to get the appropriate icon for a connector type or mimetype +// Function to get the appropriate icon for a connector type function getSourceIcon(connectorType?: string) { switch (connectorType) {