mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GrafanaDataSource: Fix selecting -- Grafana -- data source, broken after recent changes (#29737)
This commit is contained in:
@@ -90,7 +90,7 @@ export class QueryEditorRow extends PureComponent<Props, State> {
|
||||
|
||||
getQueryDataSourceIdentifier(): string | null | undefined {
|
||||
const { query, dsSettings } = this.props;
|
||||
return query.datasource ?? dsSettings.uid;
|
||||
return query.datasource ?? dsSettings.name;
|
||||
}
|
||||
|
||||
async loadDatasource() {
|
||||
|
Reference in New Issue
Block a user