diff --git a/public/app/features/trails/DataTrail.tsx b/public/app/features/trails/DataTrail.tsx index 69412411454..0efd4ea5681 100644 --- a/public/app/features/trails/DataTrail.tsx +++ b/public/app/features/trails/DataTrail.tsx @@ -176,11 +176,6 @@ export class DataTrail extends SceneObjectBase { // fresh check for otel experience this.checkDataSourceForOTelResources(); - // clear filters on resetting the data source - const adhocVariable = sceneGraph.lookupVariable(VAR_FILTERS, this); - if (adhocVariable instanceof AdHocFiltersVariable) { - adhocVariable.setState({ filters: [] }); - } } // update otel variables when changed