Skip to content

Commit 9245b68

Browse files
author
nicosammito
committed
feat: update navigation link in RoleCreatePage for improved role routing
1 parent 1844c29 commit 9245b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/packages/ce/src/role/pages/RoleCreatePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const RoleCreatePage: React.FC = () => {
7979
/>
8080
<Spacing spacing={"xl"}/>
8181
<Flex style={{gap: "0.35rem"}} justify={"space-between"}>
82-
<Link href={"/public"}>
82+
<Link href={`/namespace/${namespaceIndex}/roles`}>
8383
<Button color={"primary"}>
8484
Go back to roles
8585
</Button>

0 commit comments

Comments
 (0)