update ui icons /e enums / etc with airtable data

This commit is contained in:
CREDO23 2025-08-26 19:18:53 +02:00
parent 45d2c18c16
commit 6b8295c133
6 changed files with 25 additions and 1 deletions

View file

@ -11,6 +11,7 @@ import {
IconChecklist,
IconLayoutKanban,
IconMail,
IconTable,
IconTicket,
} from "@tabler/icons-react";
import { File, Globe, Webhook } from "lucide-react";
@ -33,6 +34,7 @@ const documentTypeIcons: Record<string, IconComponent> = {
CLICKUP_CONNECTOR: IconChecklist,
GOOGLE_CALENDAR_CONNECTOR: IconCalendar,
GOOGLE_GMAIL_CONNECTOR: IconMail,
AIRTABLE_CONNECTOR: IconTable,
};
export function getDocumentTypeIcon(type: string): IconComponent {