Przeglądaj źródła

fix: able to manage root user now

JustSong 2 lat temu
rodzic
commit
521ede2469
1 zmienionych plików z 0 dodań i 1 usunięć
  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>