Another CS style fix
This commit is contained in:
parent
e8d52499db
commit
c51af604e5
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class @UsersSelect
|
|||
selectable: true
|
||||
fieldName: $dropdown.data('field-name')
|
||||
toggleLabel: (selected) ->
|
||||
if selected && selected.id?
|
||||
if selected && 'id' of selected
|
||||
selected.name
|
||||
else
|
||||
defaultLabel
|
||||
|
|
Loading…
Reference in a new issue