Skip to content

Commit

Permalink
fix: FE check for user-role
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 31, 2020
1 parent 9384afe commit eac771f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/components/modals/add-user-role-modal.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{{t 'User role'}}
</label>
{{#ui-dropdown class='fluid selection' onChange=(action (mut currentInvite.role)) as |execute mapper|}}
{{input type='hidden' name='user_role' value=currentInvite.role}}
<i class="dropdown icon"></i>
<div class="default text">
{{t 'Select a role'}}
Expand Down

0 comments on commit eac771f

Please sign in to comment.