fixed some flow warnings

This commit is contained in:
Sebastian Sdorra
2018-07-24 16:39:28 +02:00
parent 7bd7b70031
commit 65b69d7c6f
3 changed files with 7 additions and 3 deletions

View File

@@ -23,7 +23,8 @@ class UserForm extends React.Component<Props, User> {
mail: "",
password: "",
admin: false,
active: false
active: false,
_links: {}
};
}