Commit c51af604 authored by Phil Hughes's avatar Phil Hughes

Another CS style fix

parent e8d52499
...@@ -56,7 +56,7 @@ class @UsersSelect ...@@ -56,7 +56,7 @@ class @UsersSelect
selectable: true selectable: true
fieldName: $dropdown.data('field-name') fieldName: $dropdown.data('field-name')
toggleLabel: (selected) -> toggleLabel: (selected) ->
if selected && selected.id? if selected && 'id' of selected
selected.name selected.name
else else
defaultLabel defaultLabel
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment