Local admin can edit its org user's other fields now

This commit is contained in:
Yang Luo 2023-10-18 12:16:05 +08:00
parent a616127909
commit d7569684f6

View File

@ -205,7 +205,7 @@ class UserEditPage extends React.Component {
}
isSelfOrAdmin() {
return this.isSelf() || Setting.isAdminUser(this.props.account);
return this.isSelf() || Setting.isLocalAdminUser(this.props.account);
}
getCountryCode() {