Search: remove dev-mode from the feature flag

This commit is contained in:
Artur Wierzbicki 2022-05-02 23:01:29 +04:00 committed by GitHub
parent 9db95826a4
commit de75dd6aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,10 +67,9 @@ var (
FrontendOnly: true,
},
{
Name: "panelTitleSearch",
Description: "Search for dashboards using panel title",
State: FeatureStateAlpha,
RequiresDevMode: true, // only supported in dev mode right now
Name: "panelTitleSearch",
Description: "Search for dashboards using panel title",
State: FeatureStateAlpha,
},
{
Name: "tempoSearch",