Skip to content

Commit

Permalink
Fix AZMGGrantAppRoles to AZMGGrantRole (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
SadProcessor authored Oct 20, 2023
1 parent fbec5ee commit 52ca5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ui/src/views/Explore/ExploreSearch/edgeTypes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const AllEdgeTypes: Category[] = [
AzureRelationshipKind.AZMGAddOwner,
AzureRelationshipKind.AZMGAddSecret,
AzureRelationshipKind.AZMGGrantAppRoles,
AzureRelationshipKind.AZMGGrantAppRoles,
AzureRelationshipKind.AZMGGrantRole,
],
},
{
Expand Down

0 comments on commit 52ca5cc

Please sign in to comment.