mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 09:14:59 +03:00
Update dependencies
This commit is contained in:
@@ -10,7 +10,7 @@ const mapStateToProps = ({ userCreateForm: { data: defaultData, isSubmitting, er
|
||||
error,
|
||||
});
|
||||
|
||||
const mapDispatchToProps = dispatch =>
|
||||
const mapDispatchToProps = (dispatch) =>
|
||||
bindActionCreators(
|
||||
{
|
||||
onCreate: createUser,
|
||||
|
||||
Reference in New Issue
Block a user