Explorar el Código

fix: able to manage root user now

JustSong hace 2 años
padre
commit
521ede2469
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      web/src/components/UsersTable.js

+ 0 - 1
web/src/components/UsersTable.js

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