mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[APM][ECO] enabling FF by default (#191056)
I missed changing these two files on my previous [PR](https://github.com/elastic/kibana/pull/190422).
This commit is contained in:
parent
34d392b9cd
commit
cdcdfddd3f
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ export function ApmMainTemplate({
|
|||
const { config, core } = useApmPluginContext();
|
||||
const isEntityCentricExperienceSettingEnabled = core.uiSettings.get<boolean>(
|
||||
entityCentricExperience,
|
||||
false
|
||||
true
|
||||
);
|
||||
const { isEntityCentricExperienceViewEnabled, serviceInventoryViewLocalStorageSetting } =
|
||||
useEntityManagerEnablementContext();
|
||||
|
|
|
@ -61,7 +61,7 @@ export function EntityManagerEnablementContextProvider({
|
|||
|
||||
const isEntityCentricExperienceSettingEnabled = core.uiSettings.get<boolean>(
|
||||
entityCentricExperience,
|
||||
false
|
||||
true
|
||||
);
|
||||
|
||||
const isEntityCentricExperienceViewEnabled =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue