Skip to content

Commit 701e713

Browse files
Add linkId and label data attrs
1 parent 0a895d3 commit 701e713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/smart-forms-renderer/src/components/FormComponents/GridGroup

packages/smart-forms-renderer/src/components/FormComponents/GridGroup/GridTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function GridTable(props: GridTableProps) {
103103
}
104104

105105
return (
106-
<TableRow key={qItem.linkId}>
106+
<TableRow key={qItem.linkId} data-linkid={qItem.linkId} data-label={qItem.text}>
107107
<GridRow
108108
qItem={qItem}
109109
qrItem={qrItem ?? null}

0 commit comments

Comments
 (0)