@overmap-ai/blocks 1.0.8 → 1.0.9-form-table-view.0

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/blocks.js CHANGED
@@ -3337,6 +3337,7 @@ const _Table = forwardRef(function Table2(props, ref) {
3337
3337
  cellClassName,
3338
3338
  row[column.id].className
3339
3339
  ),
3340
+ onClick: row[column.id].onClick,
3340
3341
  children: /* @__PURE__ */ jsx(Text$1, { children: row[column.id].label })
3341
3342
  },
3342
3343
  i