Skip to content

Commit 5bd5cba

Browse files
authored
Merge branch '2.x' into backport/backport-7314-to-2.x
Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
2 parents 9224956 + bbc0286 commit 5bd5cba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/data/public/ui/settings/settings.ts

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export class Settings {
3535
private readonly queryEnhancements: Map<string, QueryEnhancement>,
3636
private readonly queryEditorExtensionMap: Record<string, QueryEditorExtensionConfig>
3737
) {
38+
3839
this.isEnabled = true;
3940
this.setUserQueryEnhancementsEnabled(this.isEnabled);
4041
this.enhancedAppNames = this.isEnabled ? this.config.supportedAppNames : [];

0 commit comments

Comments
 (0)