mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Removed duplicate filter statement (#41847)
This commit is contained in:
committed by
GitHub
parent
5cd4cde12a
commit
c644ad31b6
@@ -204,9 +204,6 @@ export class DatasourceSrv implements DataSourceService {
|
||||
if (filters.metrics && !x.meta.metrics) {
|
||||
return false;
|
||||
}
|
||||
if (filters.alerting && !x.meta.alerting) {
|
||||
return false;
|
||||
}
|
||||
if (filters.tracing && !x.meta.tracing) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user