Skip to content

Commit 41dd42e

Browse files
committed
fix(*): disabling live editing because of extra dep
1 parent 15423ca commit 41dd42e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

live-editing/configs/QueryBuilderConfigGenerator.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ export class QueryBuilderConfigGenerator implements IConfigGenerator {
2323
shortenComponentPathBy: "/interactions/query-builder/"
2424
}));
2525

26-
configs.push(new Config({
27-
component: 'QueryBuilderSqlSampleComponent',
28-
appConfig: BaseAppConfig,
29-
shortenComponentPathBy: "/interactions/query-builder/"
30-
}));
26+
// configs.push(new Config({
27+
// component: 'QueryBuilderSqlSampleComponent',
28+
// additionalDependencies: ["sql-formatter"],
29+
// appConfig: BaseAppConfig,
30+
// shortenComponentPathBy: "/interactions/query-builder/"
31+
// })); // sql-formatter is not available in the live editing environment and cannot be enabled per config atm
3132

3233
return configs;
3334
}

0 commit comments

Comments
 (0)