[APM] Removing operations tab from labs (#146582)

Relates to https://github.com/elastic/kibana/issues/145537.

Removing operations tab from Labs.
This commit is contained in:
Yngrid Coello 2022-11-29 18:34:15 +01:00 committed by GitHub
parent 998c5b21a1
commit f8849c56bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,7 +237,7 @@ export const uiSettings: Record<string, UiSettings> = {
value: true,
requiresPageReload: true,
type: 'boolean',
showInLabs: true,
showInLabs: false,
},
[apmLabsButton]: {
category: [observabilityFeatureId],