mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 18:26:00 +00:00
ensure node config
This commit is contained in:
@@ -116,6 +116,7 @@ export function createPerspectiveNodeConfig(name: { schemaName?: string; pureNam
|
||||
|
||||
export function createPerspectiveConfig(rootObject: { schemaName?: string; pureName: string }): PerspectiveConfig {
|
||||
const rootNode = createPerspectiveNodeConfig(rootObject);
|
||||
rootNode.isNodeChecked = true;
|
||||
return {
|
||||
nodes: [rootNode],
|
||||
references: [],
|
||||
|
||||
Reference in New Issue
Block a user