From 7301fd8a445bf7636b08a1134d2c53c679ae24c9 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 6 Oct 2025 15:33:33 -0300 Subject: [PATCH] removed wrong docs --- frontend/src/app/knowledge/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {