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

@ -12,6 +12,7 @@ import {
BookOpen,
Calendar,
CheckSquare,
Database,
ExternalLink,
FileText,
Globe,
@ -86,6 +87,11 @@ function getSourceIcon(type: string) {
case "GOOGLE_GMAIL_CONNECTOR":
return <Mail className="h-4 w-4" />;
// Airtable
case "USER_SELECTED_AIRTABLE_CONNECTOR":
case "AIRTABLE_CONNECTOR":
return <Database className="h-4 w-4" />;
// YouTube
case "USER_SELECTED_YOUTUBE_VIDEO":
case "YOUTUBE_VIDEO":