mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
perspective fixes
This commit is contained in:
@@ -352,8 +352,6 @@ export abstract class PerspectiveTreeNode {
|
||||
// }
|
||||
|
||||
findNodeByDesignerId(designerId: string): PerspectiveTreeNode {
|
||||
console.log('findNodeByDesignerId', designerId, this.level, this.designerId);
|
||||
|
||||
if (!this.designerId) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user