mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 21:02:40 +02:00
update ui icons /e enums / etc with airtable data
This commit is contained in:
parent
45d2c18c16
commit
6b8295c133
6 changed files with 25 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue