Chore: Removed duplicate filter statement (#41847)

pull/37738/head
André R. de Miranda 4 years ago committed by GitHub
parent 5cd4cde12a
commit c644ad31b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      public/app/features/plugins/datasource_srv.ts

@ -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;
}

Loading…
Cancel
Save