Skip to content

Commit a4ddbb8

Browse files
fix: FE check for user-role (#3928)
Co-authored-by: Kush Trivedi <[email protected]>
1 parent c100105 commit a4ddbb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/templates/components/modals/add-user-role-modal.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
{{t 'User role'}}
1515
</label>
1616
{{#ui-dropdown class='fluid selection' onChange=(action (mut currentInvite.role)) as |execute mapper|}}
17+
{{input type='hidden' name='user_role'}}
1718
<i class="dropdown icon"></i>
1819
<div class="default text">
1920
{{t 'Select a role'}}

0 commit comments

Comments
 (0)