Skip to content

Commit

Permalink
Fix up TS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
foot committed Oct 17, 2023
1 parent fe06315 commit dc46e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/v2/PolicyDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Props = {
const PolicyDetailsPage = ({ className, clusterName, id }: Props) => {
const { data, isLoading, error } = useGetPolicyDetails({
clusterName,
policyName: id,
name: id,
});

return (
Expand Down

0 comments on commit dc46e67

Please sign in to comment.