Fix update bug with work items and activities. Fix placement of item in AR view
This commit is contained in:
@@ -33,7 +33,6 @@ export class Login extends React.Component {
|
||||
},
|
||||
rememberMe: {
|
||||
alwaysGet: true,
|
||||
initValue: true,
|
||||
isValid: true,
|
||||
},
|
||||
login: {
|
||||
@@ -76,7 +75,10 @@ export class Login extends React.Component {
|
||||
constructor(props) {
|
||||
super(props)
|
||||
this.state = {
|
||||
binder: new FormBinder({ email: config.defaultUser }, Login.bindings),
|
||||
binder: new FormBinder(
|
||||
{ email: config.defaultUser, rememberMe: true },
|
||||
Login.bindings
|
||||
),
|
||||
messageModal: null,
|
||||
apiModal: null,
|
||||
waitModal: null,
|
||||
|
||||
Reference in New Issue
Block a user