diff --git a/src/components/call-desk/ai-chat-panel.tsx b/src/components/call-desk/ai-chat-panel.tsx index 8acc96e..9e76b92 100644 --- a/src/components/call-desk/ai-chat-panel.tsx +++ b/src/components/call-desk/ai-chat-panel.tsx @@ -7,6 +7,7 @@ import { faPaperPlaneTop, faSparkles, faUserHeadset } from '@fortawesome/pro-duo const API_URL = import.meta.env.VITE_API_URL ?? 'http://localhost:4100'; type CallerContext = { + type?: string; callerPhone?: string; leadId?: string; leadName?: string; diff --git a/src/pages/team-dashboard.tsx b/src/pages/team-dashboard.tsx index ae01aa9..50345f8 100644 --- a/src/pages/team-dashboard.tsx +++ b/src/pages/team-dashboard.tsx @@ -153,7 +153,7 @@ export const TeamDashboardPage = () => { )}> {aiOpen && (
- +
)}