mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix role autocomplete
This commit is contained in:
parent
5d62775ab6
commit
c542116b41
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ block content
|
|||
ng-model="userInfoForm.role",
|
||||
placeholder='Role',
|
||||
ng-blur="sendUpdate()",
|
||||
typeahead="role for role in roles"
|
||||
typeahead="role for role in roles | filter:$viewValue"
|
||||
)
|
||||
.modal-footer
|
||||
button.btn.btn-info(ng-click="done()") Done
|
||||
|
|
Loading…
Reference in a new issue