Skip to content

Commit

Permalink
Handle non-ark sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbo committed Mar 5, 2024
1 parent e28a77e commit b9bd81c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions split/time-machine.js
Original file line number Diff line number Diff line change
Expand Up @@ -2572,6 +2572,7 @@ function getComboViewHtml() {
let personAndPersonaRows = buildMergeRows(rootMergeNode, "", maxDepth - 1, false, [], false, personSourcesMap);
let usedColumns = findUsedColumns(personAndPersonaRows);
comboGrouper = new Grouper(personAndPersonaRows, usedColumns, maxDepth, COMBO_VIEW);
comboGrouper.sort("person-id");
return getGrouperHtml(comboGrouper);
}

Expand Down

0 comments on commit b9bd81c

Please sign in to comment.