Skip to content
Snippets Groups Projects
Commit c51af604 authored by Phil Hughes's avatar Phil Hughes
Browse files

Another CS style fix

parent e8d52499
No related branches found
No related tags found
No related merge requests found
Loading
@@ -56,7 +56,7 @@ class @UsersSelect
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment