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

@@ -135,7 +135,7 @@ export const PatientsPage = () => {
) : (
<Table>
<Table.Header>
<Table.Head label="PATIENT" />
<Table.Head label="PATIENT" isRowHeader />
<Table.Head label="CONTACT" />
<Table.Head label="TYPE" />
<Table.Head label="GENDER" />