basic implementation of search
This commit is contained in:
parent
0ade5ff640
commit
2ee840922d
3 changed files with 46 additions and 6 deletions
|
@ -63,6 +63,10 @@ module.exports = React.createClass({
|
|||
this.setState(this.getInitialState());
|
||||
},
|
||||
|
||||
onSearchClick: function() {
|
||||
this.setState({ searching: true });
|
||||
},
|
||||
|
||||
onConferenceNotificationClick: function() {
|
||||
dis.dispatch({
|
||||
action: 'place_call',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue