Skip to content

Commit

Permalink
add collection id
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Aug 18, 2023
1 parent baa9820 commit 836bc84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/vis-table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ window.addEventListener('load', async ()=> {
d.icon = './folder.png';
}
d.name = d.text;
d.id = d['_id']['$oid'];
delete d._id;
// set tree state if treeStates exist
var treeStates = sessionStorage.getItem('treeStates');
Expand Down

0 comments on commit 836bc84

Please sign in to comment.