Add other authz rules.

This commit is contained in:
Yang Luo
2021-03-06 00:40:11 +08:00
parent 1dfcfb307f
commit e792e814d4
2 changed files with 4 additions and 2 deletions

View File

@ -107,7 +107,7 @@ class UserEditPage extends React.Component {
{i18next.t("general:Name")}:
</Col>
<Col span={22} >
<Input value={this.state.user.name} onChange={e => {
<Input value={this.state.user.name} disabled={true} onChange={e => {
this.updateUserField('name', e.target.value);
}} />
</Col>