Skip to content

Commit

Permalink
Fix error rendering policy editor (#141705)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
(cherry picked from commit 5d48265)
  • Loading branch information
kpollich committed Sep 26, 2022
1 parent 7f23568 commit aaac1db
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 aaac1db

Please sign in to comment.