@brickclay-org/ui 0.0.85 → 0.0.86

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.
@@ -3749,7 +3749,7 @@ class BkGrid {
3749
3749
  setCheckboxValue(row, column, value) {
3750
3750
  if (column.field) {
3751
3751
  row[column.field] = value;
3752
- this.change.emit({ row: row });
3752
+ this.change.emit({ row: row, column: column });
3753
3753
  }
3754
3754
  }
3755
3755
  /* ================= Badges ================= */