mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardVariables: Use Combobox behind feature flag (#98261)
* Add feature toggle * Use feature toggle * Remove usage of renderWithCombobox
This commit is contained in:
@@ -248,6 +248,7 @@ export interface FeatureToggles {
|
||||
improvedExternalSessionHandlingSAML?: boolean;
|
||||
teamHttpHeadersMimir?: boolean;
|
||||
ABTestFeatureToggleA?: boolean;
|
||||
templateVariablesUsesCombobox?: boolean;
|
||||
ABTestFeatureToggleB?: boolean;
|
||||
queryLibraryDashboards?: boolean;
|
||||
grafanaAdvisor?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user