diff --git a/frontend/src/app/knowledge/page.tsx b/frontend/src/app/knowledge/page.tsx index 978c447d..109a0a49 100644 --- a/frontend/src/app/knowledge/page.tsx +++ b/frontend/src/app/knowledge/page.tsx @@ -33,7 +33,7 @@ import { KnowledgeActionsDropdown } from "@/components/knowledge-actions-dropdow import { DeleteConfirmationDialog } from "../../../components/confirmation-dialog"; import { useDeleteDocument } from "../api/mutations/useDeleteDocument"; import { toast } from "sonner"; -import { StatusBadge } from "@/components/ui/status-badge"; +// import { StatusBadge } from "@/components/ui/status-badge"; // Function to get the appropriate icon for a connector type function getSourceIcon(connectorType?: string) { @@ -156,15 +156,16 @@ function SearchPage() { ); }, }, - { - field: "status", - headerName: "Status", - cellRenderer: ({ data }: CustomCellRendererProps) => { - // Default to 'active' status if no status is provided - const status = data?.status || "processing"; - return ; - }, - }, + // LOOK HERE LUCAS!!!! + // { + // field: "status", + // headerName: "Status", + // cellRenderer: ({ data }: CustomCellRendererProps) => { + // // Default to 'active' status if no status is provided + // const status = data?.status || "processing"; + // return ; + // }, + // }, { cellRenderer: ({ data }: CustomCellRendererProps) => { return ;