Skip to content

Commit

Permalink
[APM][ECO] enabling FF by default (elastic#191056)
Browse files Browse the repository at this point in the history
I missed changing these two files on my previous
[PR](elastic#190422).
  • Loading branch information
cauemarcondes authored Aug 22, 2024
1 parent 34d392b commit cdcdfdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function ApmMainTemplate({
const { config, core } = useApmPluginContext();
const isEntityCentricExperienceSettingEnabled = core.uiSettings.get<boolean>(
entityCentricExperience,
false
true
);
const { isEntityCentricExperienceViewEnabled, serviceInventoryViewLocalStorageSetting } =
useEntityManagerEnablementContext();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function EntityManagerEnablementContextProvider({

const isEntityCentricExperienceSettingEnabled = core.uiSettings.get<boolean>(
entityCentricExperience,
false
true
);

const isEntityCentricExperienceViewEnabled =
Expand Down

0 comments on commit cdcdfdd

Please sign in to comment.