mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
parent
8cb239abcb
commit
1f5ccd1c3b
@ -61,7 +61,7 @@ export class Dialog {
|
||||
)
|
||||
);
|
||||
} else {
|
||||
if (databaseNode.hasParent(isServerNode))
|
||||
if (databaseNode.anyParent(isServerNode))
|
||||
serverInformation = nodeData;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user