Skip to content

Commit

Permalink
fix: Fix role missing in user detail
Browse files Browse the repository at this point in the history
Signed-off-by: leoliu <leoliu@yunify.com>
  • Loading branch information
leoliu committed Jul 21, 2020
1 parent 7d041f3 commit 86b04ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/access/containers/Accounts/Detail/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default class AccountDetail extends React.Component {
return [
{
name: t('Account Role'),
value: detail.role,
value: detail.globalrole,
},
{
name: t('Email'),
Expand Down

0 comments on commit 86b04ce

Please sign in to comment.