Skip to content

Commit

Permalink
Fix error rendering policy editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Sep 23, 2022
1 parent d45ab6d commit adfad25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/fleet/server/services/package_policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,6 @@ class PackagePolicyClientImpl implements PackagePolicyClient {
savedObjectsClient: soClient,
pkgName: packagePolicy!.package!.name,
pkgVersion: pkgVersion ?? '',
skipArchive: true,
});
}

Expand Down

0 comments on commit adfad25

Please sign in to comment.