Skip to content

Commit

Permalink
rename col value to prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethbruskiewicz committed Aug 22, 2024
1 parent 856477a commit ab870ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/1m.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ function childListensCRUD(data_harmonizers, schema_tree) {
// afterChange
// assign event to DH container?
document.addEventListener('handsontableUpdate', function (event) {
const { row, col, oldValue, newValue, sourceTable, sharedKey } =
const { row, prop, oldValue, newValue, sourceTable, sharedKey } =
event.detail;
const childCol = data_harmonizers[node.name].getColumnIndexByFieldName(
sharedKey.name
Expand Down

0 comments on commit ab870ee

Please sign in to comment.