|
|
@ -41,6 +41,10 @@ export default class SignIn extends React.Component { |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
onUpdateSearchText(searchText) { |
|
|
|
this.setState({ searchText }); |
|
|
|
} |
|
|
|
|
|
|
|
chooseMember(chosenRequest, index) { |
|
|
|
const member = this.state.members[index]; |
|
|
|
const purpose = this.state.signOn.purpose; |
|
|
@ -48,10 +52,6 @@ export default class SignIn extends React.Component { |
|
|
|
this.setState({ ...this.state, signOn: { member, purpose } }); |
|
|
|
} |
|
|
|
|
|
|
|
onUpdateSearchText(searchText) { |
|
|
|
this.setState({ searchText }); |
|
|
|
} |
|
|
|
|
|
|
|
signIn() { |
|
|
|
const purpose = this.state.signOn.purpose; |
|
|
|
const member = this.state.signOn.member; |
|
|
|