Skip to content

Commit

Permalink
Merge branch 'main' into 160376-infra-ui-add-overview-tab-with-the-fi…
Browse files Browse the repository at this point in the history
…rst-section-to-asset-details-view
  • Loading branch information
jennypavlova authored Jul 5, 2023
2 parents f686a28 + 38b487a commit 5e93f2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const AssetsPage = ({ packageInfo }: AssetsPanelProps) => {
const { spaces } = useStartServices();
const customAssetsExtension = useUIExtension(packageInfo.name, 'package-detail-assets');

const canReadPackageSettings = useAuthz().integrations.readPackageSettings;
const canReadPackageSettings = useAuthz().integrations.readPackageInfo;

const { getPath } = useLink();
const getPackageInstallStatus = useGetPackageInstallStatus();
Expand Down

0 comments on commit 5e93f2e

Please sign in to comment.