mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merge pull request #4801 from halfdan/4800-role-select
Fix user role select
This commit is contained in:
commit
b9db60e3bb
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
<div class="form-group">
|
||||
<label for="user-role">Role</label>
|
||||
{{gh-role-selector
|
||||
initialValue=role
|
||||
initialValue=user.role
|
||||
onChange="changeRole"
|
||||
selectId="user-role"}}
|
||||
<p>What permissions should this user have?</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue