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