removed wrong docs

This commit is contained in:
Lucas Oliveira 2025-10-06 15:33:33 -03:00
parent c718e21eea
commit 7301fd8a44

View file

@ -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) {