mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tempo: Decouple Tempo from Grafana core (#79888)
This commit is contained in:
@@ -122,7 +122,7 @@ export class QueryGroup extends PureComponent<Props, State> {
|
||||
defaultDataSource,
|
||||
});
|
||||
} catch (error) {
|
||||
console.log('failed to load data source', error);
|
||||
console.error('failed to load data source', error);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user