We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15423ca commit 41dd42eCopy full SHA for 41dd42e
1 file changed
live-editing/configs/QueryBuilderConfigGenerator.ts
@@ -23,11 +23,12 @@ export class QueryBuilderConfigGenerator implements IConfigGenerator {
23
shortenComponentPathBy: "/interactions/query-builder/"
24
}));
25
26
- configs.push(new Config({
27
- component: 'QueryBuilderSqlSampleComponent',
28
- appConfig: BaseAppConfig,
29
- shortenComponentPathBy: "/interactions/query-builder/"
30
- }));
+ // configs.push(new Config({
+ // component: 'QueryBuilderSqlSampleComponent',
+ // additionalDependencies: ["sql-formatter"],
+ // appConfig: BaseAppConfig,
+ // shortenComponentPathBy: "/interactions/query-builder/"
31
+ // })); // sql-formatter is not available in the live editing environment and cannot be enabled per config atm
32
33
return configs;
34
}
0 commit comments