mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 18:16:00 +00:00
fix
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
}
|
||||
|
||||
for (const child of node.childNodes) {
|
||||
if (child.isExpandable && child.isChecked) {
|
||||
if (child.isExpandable && child.isCheckedNode) {
|
||||
await loadLevelData(child, rows, counts);
|
||||
// loadProps.push(child.getNodeLoadProps());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user