mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
undo testing state change
This commit is contained in:
@@ -62,7 +62,7 @@ class LoginDialog extends React.Component {
|
|||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
this.state = {
|
this.state = {
|
||||||
visible: true,
|
visible: false,
|
||||||
animated: false,
|
animated: false,
|
||||||
};
|
};
|
||||||
this.routeIndex = 0;
|
this.routeIndex = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user