fix: able to manage root user now
This commit is contained in:
parent
2c53424db8
commit
521ede2469
@ -302,7 +302,6 @@ const UsersTable = () => {
|
||||
size={'small'}
|
||||
as={Link}
|
||||
to={'/user/edit/' + user.id}
|
||||
disabled={user.role === 100}
|
||||
>
|
||||
编辑
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user