1
0
mirror of https://github.com/fspc/workstand.git synced 2025-04-04 10:03:22 -04:00

Not needed.

This commit is contained in:
Drew Larson 2017-01-02 09:55:34 -06:00
parent dbedf47890
commit 47f3454905

View File

@ -90,7 +90,7 @@ export default class SignIn extends React.Component {
this.setState({ ...this.state, signOn: { ...this.state.signOn, purpose: value } });
}
handleUpdate(text, dataSource) {
handleUpdate(text) {
const self = this;
self.setState({ searchText: text });
fetch(`/members/search/${text}/`)