FIX: invite-list expects initial value mutation

This commit is contained in:
Joffrey JAFFEUX 2017-11-24 13:32:24 +01:00 committed by GitHub
parent 96cdc4e66e
commit f2c7f39066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{{input class="invite-email wizard-focusable" value=inviteEmail placeholder="user@example.com" tabindex="9"}}
</div>
{{combo-box value=inviteRole content=roles nameProperty="label"}}
{{combo-box allowInitialValueMutation=true value=inviteRole content=roles nameProperty="label"}}
<button class="wizard-btn small add-user" {{action "addUser"}}>
{{d-icon "plus"}}{{i18n "wizard.invites.add_user"}}