Fix typos in last commit
This commit is contained in:
@@ -65,7 +65,7 @@ export class Login extends Component {
|
||||
return
|
||||
}
|
||||
|
||||
let obj = this.state.binder.getmodifiedBindingValues()
|
||||
let obj = this.state.binder.getModifiedBindingValues()
|
||||
|
||||
if (obj) {
|
||||
this.setState({ waitModal: true })
|
||||
|
||||
Reference in New Issue
Block a user