Skip to content

Commit

Permalink
Fix upgrade link in Fleet policy table
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Aug 26, 2021
1 parent c113c23 commit 2d815e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const PackagePoliciesTable: React.FunctionComponent<Props> = ({
upgradePackagePolicyHref={`${getHref('upgrade_package_policy', {
policyId: agentPolicy.id,
packagePolicyId: packagePolicy.id,
})}`}
})}?from=fleet-policy-list`}
/>
);
},
Expand Down

0 comments on commit 2d815e1

Please sign in to comment.