We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8867564 + ec37345 commit c636deeCopy full SHA for c636dee
public/plugin.tsx
@@ -54,6 +54,7 @@ export class QueryEnhancementsPlugin
54
initialTo: moment().add(2, 'days').toISOString(),
55
},
56
showFilterBar: false,
57
+ showDataSourceSelector: false,
58
59
fields: {
60
filterable: false,
@@ -72,6 +73,7 @@ export class QueryEnhancementsPlugin
72
73
searchBar: {
74
showDatePicker: false,
75
76
77
queryStringInput: { initialValue: 'SELECT * FROM <data_source>' },
78
79
0 commit comments