mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 22:16:00 +00:00
perspective alias
This commit is contained in:
@@ -328,7 +328,7 @@
|
||||
newNode.conid = conidOverride;
|
||||
newNode.database = databaseOverride;
|
||||
newNode.position = cfg.nodes.find(x => x.designerId == editValue?.refNodeDesignerId)?.position;
|
||||
newNode.alias = joinName || refTableName;
|
||||
newNode.alias = joinName;
|
||||
|
||||
const newRef = {
|
||||
designerId: editValue?.referenceDesignerId || uuidv1(),
|
||||
|
||||
Reference in New Issue
Block a user