perspective fix

This commit is contained in:
Jan Prochazka 2022-09-12 20:16:45 +02:00
parent 586a06da91
commit 1665c014e1

View File

@ -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: [],