Skip to content

Commit

Permalink
Merge branch 'dh2-beta-release' into dh2-1m-rework
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethbruskiewicz committed Aug 21, 2024
2 parents b24c9a6 + 0935c7f commit 96c7016
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/DataHarmonizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,13 +551,11 @@ class DataHarmonizer {
if (container_class) {
let dataObjects = jsonData.Container[container_class];
list_data = this.loadDataObjects(dataObjects);
this.hot.clear();
this.hot.loadData(list_data);
}
} else {
// assume tabular data if not a JSON datatype
list_data = this.loadSpreadsheetData(contentBuffer.binary);
this.hot.clear();
this.hot.loadData(list_data);
}
// this.hot.render(list_data);
Expand Down

0 comments on commit 96c7016

Please sign in to comment.