Fix typos in last commit
This commit is contained in:
@@ -94,7 +94,7 @@ export class Login extends React.Component {
|
||||
|
||||
@autobind
|
||||
handleLogin() {
|
||||
let obj = this.state.binder.getmodifiedBindingValues()
|
||||
let obj = this.state.binder.getModifiedBindingValues()
|
||||
let { history } = this.props
|
||||
|
||||
if (obj) {
|
||||
|
||||
Reference in New Issue
Block a user