@sustaina/shared-ui 1.70.1 → 1.70.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -9778,7 +9778,7 @@ var TableHeaderRows = ({
9778
9778
  return /* @__PURE__ */ jsxs(
9779
9779
  TableHead,
9780
9780
  {
9781
- "data-testid": `table-head-${groupHeader.id}`,
9781
+ "data-testid": `table-head-${groupHeader.column.id}`,
9782
9782
  colSpan: vcs.length,
9783
9783
  ...tableHeadCellProps,
9784
9784
  ...groupHeader.column.columnDef?.meta?.headerProps,