Explore: Implement feature toggle for logs sample (#62291)

* Explore: Implement feature toggle for logs sample

* Run pkg/services/featuremgmt/toggles_gen_test.go

* Remove boolean

* Update copy
This commit is contained in:
Ivana Huckova
2023-01-27 17:30:25 +01:00
committed by GitHub
parent 1ef7cfda3f
commit d5294eb8fa
5 changed files with 17 additions and 1 deletions
@@ -92,5 +92,6 @@ export interface FeatureToggles {
alertingNoNormalState?: boolean;
azureMultipleResourcePicker?: boolean;
topNavCommandPalette?: boolean;
logsSampleInExplore?: boolean;
logsContextDatasourceUi?: boolean;
}