From dd3b0492536b07734dac989e643783d5af53248c Mon Sep 17 00:00:00 2001 From: saridsa2 Date: Thu, 19 Mar 2026 21:09:56 +0530 Subject: [PATCH] =?UTF-8?q?fix:=20add=20isRowHeader=20to=20all=20tables=20?= =?UTF-8?q?=E2=80=94=20fixes=20React=20error=20#520=20in=20production?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All Table.Head components need at least one isRowHeader prop set. Fixed in: worklist, agent-table, settings, patients, call-history, agent-detail. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/call-desk/worklist-panel.tsx | 2 +- src/components/dashboard/agent-table.tsx | 2 +- src/pages/agent-detail.tsx | 2 +- src/pages/call-history.tsx | 2 +- src/pages/patients.tsx | 2 +- src/pages/settings.tsx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/call-desk/worklist-panel.tsx b/src/components/call-desk/worklist-panel.tsx index 4ea9eca..ec79408 100644 --- a/src/components/call-desk/worklist-panel.tsx +++ b/src/components/call-desk/worklist-panel.tsx @@ -291,7 +291,7 @@ export const WorklistPanel = ({ missedCalls, followUps, leads, loading, onSelect
- + diff --git a/src/components/dashboard/agent-table.tsx b/src/components/dashboard/agent-table.tsx index 6c4d4ca..506c363 100644 --- a/src/components/dashboard/agent-table.tsx +++ b/src/components/dashboard/agent-table.tsx @@ -71,7 +71,7 @@ export const AgentTable = ({ calls }: AgentTableProps) => {
- + diff --git a/src/pages/agent-detail.tsx b/src/pages/agent-detail.tsx index ce3c909..d0ad506 100644 --- a/src/pages/agent-detail.tsx +++ b/src/pages/agent-detail.tsx @@ -208,7 +208,7 @@ export const AgentDetailPage = () => { ) : (
- + diff --git a/src/pages/call-history.tsx b/src/pages/call-history.tsx index 118ef91..c0b9906 100644 --- a/src/pages/call-history.tsx +++ b/src/pages/call-history.tsx @@ -205,7 +205,7 @@ export const CallHistoryPage = () => { ) : (
- + diff --git a/src/pages/patients.tsx b/src/pages/patients.tsx index fe58cd6..62a7b0d 100644 --- a/src/pages/patients.tsx +++ b/src/pages/patients.tsx @@ -135,7 +135,7 @@ export const PatientsPage = () => { ) : (
- + diff --git a/src/pages/settings.tsx b/src/pages/settings.tsx index de7a7e8..952d4ce 100644 --- a/src/pages/settings.tsx +++ b/src/pages/settings.tsx @@ -104,7 +104,7 @@ export const SettingsPage = () => { ) : (<>
- +