Skip to content

Commit

Permalink
Bug 1860858: If user doesn't have permissions to get ClusterVersion s…
Browse files Browse the repository at this point in the history
…how 'Unknown' for needed fields
  • Loading branch information
jhadvig committed Jul 27, 2020
1 parent 9a3e2cb commit 4cb6a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/components/about-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const AboutModalItems: React.FC<AboutModalItemsProps> = ({ closeAboutModal, cv }
group: ClusterVersionModel.apiGroup,
resource: ClusterVersionModel.plural,
verb: 'patch',
name: clusterVersion.metadata.name,
name: 'version',
});

return (
Expand Down

0 comments on commit 4cb6a09

Please sign in to comment.