fix: add isRowHeader to all tables — fixes React error #520 in production

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) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 21:09:56 +05:30
parent a88cbecfbf
commit dd3b049253
6 changed files with 6 additions and 6 deletions

View File

@@ -205,7 +205,7 @@ export const CallHistoryPage = () => {
) : (
<Table>
<Table.Header>
<Table.Head label="TYPE" className="w-14" />
<Table.Head label="TYPE" className="w-14" isRowHeader />
<Table.Head label="PATIENT" />
<Table.Head label="PHONE" />
<Table.Head label="DURATION" className="w-24" />