mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-23 08:06:11 +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) {
|
||||
curNode.todo.forEach((itm) => {
|
||||
const nodeItem = {
|
||||
name: curNode.name,
|
||||
name: curNode.title,
|
||||
url: curNode.url,
|
||||
todo: itm,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user