Reintroduce index to table header

This commit is contained in:
Oliver Walters 2026-06-30 01:54:35 +00:00
parent ca44937fd8
commit 2a0ff844a7
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ function TableFieldComponent({
{definition.headers?.map((header, index) => {
return (
<Table.Th
key={`table-header-${identifierString(header.title)}`}
key={`table-header-${identifierString(header.title)}-${index}`}
style={header.style}
>
{header.title}