some perspective tests fixed

This commit is contained in:
Jan Prochazka
2022-09-01 11:59:25 +02:00
parent 174b0efd2e
commit 97e96aaba6
2 changed files with 42 additions and 40 deletions

View File

@@ -201,7 +201,7 @@ export function processPerspectiveDefaultColunns(
dbInfos: MultipleDatabaseInfo,
conid: string,
database: string
) {
): PerspectiveConfig {
while (config.nodes.filter(x => !x.defaultColumnsProcessed).length > 0) {
const newConfig = processPerspectiveDefaultColunnsStep(config, dbInfos, conid, database);
if (!newConfig) {