Commit 64883ea7 by JustSong

fix: able to manage root user now

parent d5634ee7
...@@ -302,7 +302,6 @@ const UsersTable = () => { ...@@ -302,7 +302,6 @@ const UsersTable = () => {
size={'small'} size={'small'}
as={Link} as={Link}
to={'/user/edit/' + user.id} to={'/user/edit/' + user.id}
disabled={user.role === 100}
> >
编辑 编辑
</Button> </Button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment