mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Chore: Fix link in UsersTable
(#86152)
This commit is contained in:
parent
d9a0cedd89
commit
726cd4a8a6
@ -55,7 +55,7 @@ export const UsersTable = ({
|
||||
header: 'Login',
|
||||
cell: ({ row: { original } }: Cell<'login'>) => {
|
||||
return (
|
||||
<TextLink color="primary" inline={false} href={`admin/users/edit/${original.id}`} title="Edit user">
|
||||
<TextLink color="primary" inline={false} href={`/admin/users/edit/${original.id}`} title="Edit user">
|
||||
{original.login}
|
||||
</TextLink>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user