mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
perspective fix
This commit is contained in:
parent
586a06da91
commit
1665c014e1
@ -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: [],
|
||||||
|
Loading…
Reference in New Issue
Block a user