diff --git a/ui/pages/v2/PolicyDetailsPage.tsx b/ui/pages/v2/PolicyDetailsPage.tsx index cae7f6052f..03fa057fcf 100644 --- a/ui/pages/v2/PolicyDetailsPage.tsx +++ b/ui/pages/v2/PolicyDetailsPage.tsx @@ -14,7 +14,7 @@ type Props = { const PolicyDetailsPage = ({ className, clusterName, id }: Props) => { const { data, isLoading, error } = useGetPolicyDetails({ clusterName, - policyName: id, + name: id, }); return (