fix(participants): make remove menu option work

This commit is contained in:
Evan Morikawa 2015-03-16 13:55:17 -07:00
parent 3369d1476c
commit e5ec9c16af

View file

@ -131,7 +131,7 @@ ParticipantsTextField = React.createClass
))
menu.append(new MenuItem(
label: 'Remove',
click: => @_remove(participant)
click: => @_remove([participant])
))
menu.popup(remote.getCurrentWindow())