MM-45204: Enables Insights feature flag by default. (#20509)
* MM-45204: Enables Insights feature flag by default. * MM-45204: Update test.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9cbe7dac09
Коммит
b99bd0d049
@@ -92,7 +92,7 @@ func (f *FeatureFlags) SetDefaults() {
|
||||
f.EnableInactivityCheckJob = true
|
||||
f.UseCaseOnboarding = true
|
||||
f.GraphQL = false
|
||||
f.InsightsEnabled = false
|
||||
f.InsightsEnabled = true
|
||||
f.CommandPalette = false
|
||||
f.AdvancedTextEditor = true
|
||||
f.CallsEnabled = true
|
||||
|
||||
Ссылка в новой задаче
Block a user