mini fix
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
9e264e6f1f
commit
66955dbc90
|
@ -96,7 +96,7 @@ function getNodeIds(node) {
|
|||
let ids = [];
|
||||
if (node.id) ids.push(node.id);
|
||||
|
||||
const children = node.child || node.children;
|
||||
const children = node.childs || node.children;
|
||||
if (children) {
|
||||
children.forEach((child) => {
|
||||
ids = ids.concat(getNodeIds(child));
|
||||
|
|
Loading…
Reference in New Issue