removed wrong docs
This commit is contained in:
parent
c718e21eea
commit
7301fd8a44
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import { StatusBadge } from "@/components/ui/status-badge";
|
||||||
import { DeleteConfirmationDialog } from "../../../components/confirmation-dialog";
|
import { DeleteConfirmationDialog } from "../../../components/confirmation-dialog";
|
||||||
import { useDeleteDocument } from "../api/mutations/useDeleteDocument";
|
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) {
|
function getSourceIcon(connectorType?: string) {
|
||||||
|
|
||||||
switch (connectorType) {
|
switch (connectorType) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue