src/api/tigerapi/system.ts
@@ -316,7 +316,7 @@ * @param {string} childId * @return {*} */ export function findParent(tree: any[], nodeId: number): any | undefined { export function findParent(tree: any[], nodeId: string): any | undefined { for (const node of tree) { if (node.children) { for (const child of node.children) {