mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataTrail: Remove newFiltersUI feature toggle usage from explore metrics (#93693)
remove newFiltersUI feature toggle usage from explore metrics
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
VariableHide,
|
||||
urlUtil,
|
||||
} from '@grafana/data';
|
||||
import { config, locationService, useChromeHeaderHeight } from '@grafana/runtime';
|
||||
import { locationService, useChromeHeaderHeight } from '@grafana/runtime';
|
||||
import {
|
||||
AdHocFiltersVariable,
|
||||
ConstantVariable,
|
||||
@@ -650,7 +650,7 @@ function getVariableSet(
|
||||
addFilterButtonText: 'Add label',
|
||||
datasource: trailDS,
|
||||
hide: VariableHide.hideLabel,
|
||||
layout: config.featureToggles.newFiltersUI ? 'combobox' : 'vertical',
|
||||
layout: 'vertical',
|
||||
filters: initialFilters ?? [],
|
||||
baseFilters: getBaseFiltersForMetric(metric),
|
||||
applyMode: 'manual',
|
||||
|
||||
Reference in New Issue
Block a user