mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 18:26:00 +00:00
perspective fix
This commit is contained in:
@@ -101,7 +101,8 @@ export interface PerspectiveConfig {
|
||||
|
||||
export function createPerspectiveNodeConfig(name: { schemaName?: string; pureName: string }) {
|
||||
const node: PerspectiveNodeConfig = {
|
||||
...name,
|
||||
pureName: name.pureName,
|
||||
schemaName: name.schemaName,
|
||||
designerId: uuidv1(),
|
||||
|
||||
expandedColumns: [],
|
||||
|
||||
Reference in New Issue
Block a user