mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add folder id
This commit is contained in:
parent
fb8b35f548
commit
3eadcd80a4
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
|||
addNode(dir, nodes, noteId);
|
||||
} else {
|
||||
var newDir = {
|
||||
id: curDir.id ? curDir.id + '/' + node : node,
|
||||
name: node,
|
||||
hidden: true,
|
||||
children: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue