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

@@ -104,7 +104,7 @@ export const SettingsPage = () => {
) : (<>
<Table>
<Table.Header>
<Table.Head label="EMPLOYEE" />
<Table.Head label="EMPLOYEE" isRowHeader />
<Table.Head label="EMAIL" />
<Table.Head label="ROLES" />
<Table.Head label="STATUS" />