Skip to content

Commit

Permalink
re-apply change to view all details action link
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Oct 18, 2021
1 parent bc9c58c commit 6cdd7dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const PolicyTrustedAppsList = memo<PolicyTrustedAppsListProps>(

for (const trustedApp of trustedAppItems) {
const isGlobal = trustedApp.effectScope.type === 'global';
const viewUrlPath = getTrustedAppsListPath({ id: trustedApp.id, show: 'edit' });
const viewUrlPath = getTrustedAppsListPath({ filter: trustedApp.id });
const assignedPoliciesMenuItems: ArtifactEntryCollapsibleCardProps['policies'] =
trustedApp.effectScope.type === 'global'
? undefined
Expand Down

0 comments on commit 6cdd7dc

Please sign in to comment.