We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4f483 commit 222b030Copy full SHA for 222b030
src/DataSource.ts
@@ -20,7 +20,7 @@ export class DataSource extends DataSourceWithBackend<SheetsQuery, DataSourceOpt
20
private readonly templateSrv: TemplateSrv = getTemplateSrv()
21
) {
22
super(instanceSettings);
23
- this.authType = instanceSettings.jsonData.authenticationType || '';
+ this.authType = instanceSettings.jsonData.authenticationType;
24
this.variables = new SheetsVariableSupport(this);
25
}
26
0 commit comments