mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
fix
This commit is contained in:
@@ -236,6 +236,8 @@ export abstract class PerspectiveTreeNode {
|
||||
const nodeConfig: PerspectiveNodeConfig = {
|
||||
...createPerspectiveNodeConfig(this.namedObject),
|
||||
isAutoGenerated: true,
|
||||
conid: this.parentNodeConfig?.conid,
|
||||
database: this.parentNodeConfig?.database,
|
||||
};
|
||||
const refConfig: PerspectiveReferenceConfig = {
|
||||
designerId: uuidv1(),
|
||||
|
||||
Reference in New Issue
Block a user