fix[profile/userCard]: fixed wrong key name
roles => role
This commit is contained in:
parent
a45e64fcb2
commit
bdc82c045e
|
@ -65,7 +65,7 @@ export default {
|
|||
name: '',
|
||||
email: '',
|
||||
avatar: '',
|
||||
roles: ''
|
||||
role: ''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue