Improve checkbox
This commit is contained in:
@@ -39,7 +39,7 @@ export class Login extends React.Component {
|
||||
reactAutoBind(this)
|
||||
this.state = {
|
||||
waitModal: false,
|
||||
messageModal: { icon: 'hold', message: 'Wait there just a second', detail: 'This is just a test' },
|
||||
messageModal: null,
|
||||
binder: new FormBinder({}, Login.bindings)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user