Skip to content

Commit

Permalink
[APM] Re-enable useLatestPackageVersion option for integration edit c…
Browse files Browse the repository at this point in the history
…ustom UI (#123782) (#123783) (#123822)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit e45c352)

Co-authored-by: Oliver Gupte <ogupte@users.noreply.github.com>
  • Loading branch information
kibanamachine and ogupte authored Jan 26, 2022
1 parent b17d377 commit 4ff638c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export class ApmPlugin implements Plugin<ApmPluginSetup, ApmPluginStart> {
fleet.registerExtension({
package: 'apm',
view: 'package-policy-edit',
useLatestPackageVersion: false,
useLatestPackageVersion: true,
Component: getLazyAPMPolicyEditExtension(),
});

Expand Down

0 comments on commit 4ff638c

Please sign in to comment.