Fix filetree error

This commit is contained in:
Ole Eskild Steensen 2023-01-06 14:49:44 +01:00
parent 2fe6657a92
commit 1a325c678a

View File

@ -47,7 +47,7 @@ function getPermalinkAndName(path, key) {
//ignore
}
return permalink;
return {permalink, name};
}
function populateWithPermalink(tree) {