mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-23 16:16:12 +00:00
Use title for nodes todo
This commit is contained in:
parent
ee7c8818a2
commit
bb08512e67
@ -5,7 +5,7 @@ div#HEADFILES
|
|||||||
if(curNode?.todo?.length > 0) {
|
if(curNode?.todo?.length > 0) {
|
||||||
curNode.todo.forEach((itm) => {
|
curNode.todo.forEach((itm) => {
|
||||||
const nodeItem = {
|
const nodeItem = {
|
||||||
name: curNode.name,
|
name: curNode.title,
|
||||||
url: curNode.url,
|
url: curNode.url,
|
||||||
todo: itm,
|
todo: itm,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user