fix: able to manage root user now

This commit is contained in:
JustSong 2023-06-08 09:28:06 +08:00
parent 2c53424db8
commit 521ede2469

View File

@ -302,7 +302,6 @@ const UsersTable = () => {
size={'small'}
as={Link}
to={'/user/edit/' + user.id}
disabled={user.role === 100}
>
编辑
</Button>