Fixed any typo - we were using the function

'TreeNode.prototype.hasParent(...)' to find the server parent node
instead of 'TreeNode.prototype.anyParen(...)'.
This commit is contained in:
Ashesh Vashi 2019-12-14 10:30:46 +05:30
parent 8cb239abcb
commit 1f5ccd1c3b

View File

@ -61,7 +61,7 @@ export class Dialog {
)
);
} else {
if (databaseNode.hasParent(isServerNode))
if (databaseNode.anyParent(isServerNode))
serverInformation = nodeData;
}
} else {