Skip to content

Commit

Permalink
repo page tweakl
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Feb 7, 2025
1 parent 7ec50aa commit ffdb671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/tools/community-repos/repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const Page = () => {
<CippTablePage
title={`Templates for ${name}`}
tenantInTitle={false}
backButtonTitle="Back to Repos"
data={fileResults}
apiDataKey="Results"
queryKey="JsonTemplates"
Expand All @@ -79,6 +78,7 @@ const Page = () => {
customFunction: (row) => handleJsonView(row.url),
noConfirm: true,
icon: <EyeIcon />,
hideBulk: true,
},
]}
/>
Expand All @@ -92,7 +92,7 @@ const Page = () => {
<DialogContent>
{fileMutation.isPending ? (
<Box>
<Skeleton height={200} />
<Skeleton height={300} />
</Box>
) : (
<CippJSONView object={jsonContent} defaultOpen={true} />
Expand Down

0 comments on commit ffdb671

Please sign in to comment.