Skip to content

Commit

Permalink
fix: command pallete link
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-chaturvedi authored Oct 17, 2024
1 parent 086755d commit 70f70ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/common/CommandPalette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const CommandPalette: React.FC = () => {
name: 'Go to Members',
description: 'Manage organization members',
icon: <FaUsersCog />,
action: () => handleNavigation(`/${activeOrganisation?.name}/members`),
action: () => handleNavigation(`/${activeOrganisation?.name}/access/members`),
},
{
id: 'go-integrations',
Expand Down

0 comments on commit 70f70ba

Please sign in to comment.