Skip to content

Commit

Permalink
fix: manage access 404 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimish-ks authored Jan 14, 2025
1 parent 5335f49 commit d78eb63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const EnvironmentMembers = (props: { environment: EnvironmentType }) => {

{organisation && (
<div className="flex justify-end">
<Link href={`/${organisation.name}/apps/${props.environment.app.id}/members`}>
<Link href={`/${organisation.name}/apps/${props.environment.app.id}/access/members`}>
<Button variant="primary">
<FaUserCog /> Manage access
</Button>
Expand Down

0 comments on commit d78eb63

Please sign in to comment.