mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 14:56:01 +00:00
fix
This commit is contained in:
@@ -183,7 +183,7 @@ export abstract class PerspectiveTreeNode {
|
||||
}
|
||||
|
||||
get childDataColumn() {
|
||||
if (!this.isExpandable && this.isChecked) {
|
||||
if (this.isCheckedColumn) {
|
||||
return this.codeName;
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user