Skip to content

Commit

Permalink
do not use template for input
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev committed Sep 12, 2022
1 parent f51bb21 commit a52ea39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/fleet/common/services/policy_template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const getNormalizedInputs = (policyTemplate: RegistryPolicyTemplate): Reg
type: policyTemplate.input,
title: policyTemplate.title,
description: policyTemplate.description,
template_path: policyTemplate.template_path,
};

return [input];
Expand Down

0 comments on commit a52ea39

Please sign in to comment.