mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
fixed some flow warnings
This commit is contained in:
@@ -23,7 +23,8 @@ class UserForm extends React.Component<Props, User> {
|
||||
mail: "",
|
||||
password: "",
|
||||
admin: false,
|
||||
active: false
|
||||
active: false,
|
||||
_links: {}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user